alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
core
/
workflow
4 files
at
63ca3043ecd4bfa071a44e122cfc786f41618be3
oppiliappan
spindle: rework clone step
1y ago
d52bd97a
compile.go
spindle: rework clone step use git fetch instead of git clone. git clone is lacking in that it does not permit cloning at a specific rev. when paired with `--branch` flag, there is no guarantee if the required rev is available in the shallow clone. with git fetch however, we are able to fetch a specific rev. the steps are a little more involved however: git init git remote add origin <url> git fetch --depth=<d> --recurse-submodules=<yes|no> <sha> git checkout FETCH_HEAD Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
compile_test.go
workflow: introduce workflow compiler takes a yaml based workflow and compiles it down to a sh.tangled.pipeline object, after performing some basic analysis. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
def.go
spindle: rework clone step use git fetch instead of git clone. git clone is lacking in that it does not permit cloning at a specific rev. when paired with `--branch` flag, there is no guarantee if the required rev is available in the shallow clone. with git fetch however, we are able to fetch a specific rev. the steps are a little more involved however: git init git remote add origin <url> git fetch --depth=<d> --recurse-submodules=<yes|no> <sha> git checkout FETCH_HEAD Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
def_test.go
workflow,lexicons: allow setting per-step env vars Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago