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
581ad086e3b14527da0a50f1b5abb52d95368f3d
oppiliappan
workflow: fix failing test
1y ago
501e9d41
compile.go
workflow: fix failing test Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
compile_test.go
workflow: fix failing test 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