This commit is contained in:
parent
4785a2b1df
commit
2ea4917a67
@ -13,7 +13,8 @@ steps:
|
|||||||
path: /var/run
|
path: /var/run
|
||||||
commands:
|
commands:
|
||||||
- cargo check
|
- cargo check
|
||||||
- echo "${DOCKER_REGISTRY}" > reg && touch ${DOCKER_REGISTRY}.txt
|
- echo 'echo $DOCKER_REGISTRY > reg' > do.sh && sh ./do.sh
|
||||||
|
- echo ${CARGO_HOME}
|
||||||
- ls -lah && cat reg
|
- ls -lah && cat reg
|
||||||
- set
|
- set
|
||||||
# - apt-get update && apt-get install -y ca-certificates curl gnupg lsb-release
|
# - apt-get update && apt-get install -y ca-certificates curl gnupg lsb-release
|
||||||
|
Loading…
Reference in New Issue
Block a user