1
0
Fork 0

Merge branch 'master' of github.com:serverwentdown/env
the build failed Details

main
Ambrose Chua 2018-10-28 18:18:45 +08:00
commit ce7fd2502e
3 changed files with 7 additions and 7 deletions

View File

@ -37,7 +37,7 @@ pipeline:
commands:
- ./.install/sudo.sh
- ./.install/thefuck.sh
- ./.local/bin/thefuck -v
- ~/.local/bin/thefuck -v
when:
status: [ failure, success ]
test-yadm:
@ -46,7 +46,7 @@ pipeline:
commands:
- ./.install/sudo.sh
- ./.install/yadm.sh
- ./.local/bin/yadm version
- ~/.local/bin/yadm version
when:
status: [ failure, success ]
test-golang:
@ -73,6 +73,7 @@ pipeline:
group: test
image: alpine:latest
commands:
- ./.install/sudo.sh
- ./.install/repositories.sh
- ./.install/node.sh
- ./.install/yarn.sh
@ -102,6 +103,6 @@ pipeline:
commands:
- ./.install/sudo.sh
- ./.install/kubectl.sh
- kubectl version -c
- ~/.local/bin/kubectl version -c
when:
status: [ failure, success ]

View File

@ -1,6 +1,6 @@
#!/bin/sh
CONTAINER_IMAGE="registry.labs.0x.no/env"
CONTAINER_IMAGE="registry.makerforce.io/ambrose/env"
CONTAINER_HOME="/home/ambrose"
OPTIND=1
@ -82,4 +82,3 @@ echo
echo "Running: $cmd"
bash -c "`echo $cmd | tr -d '\n'`" # Ugh...

View File

@ -6,7 +6,7 @@ Just storing dotfiles in a repository isn't enough. This is almost all the tools
## Usage
```sh
docker run -it -p 8080:8080 -v $PWD:/home/ambrose/src registry.labs.0x.no/env
docker run -it -p 8080:8080 -v $PWD:/home/ambrose/src registry.makerforce.io/ambrose/env
yadm clone https://github.com/serverwentdown/env.git
yadm decrypt
```
@ -14,7 +14,7 @@ yadm decrypt
Or to run without yadm:
```sh
docker run -it -p 8080:8080 -v $PWD:/home/ambrose/src -v $HOME/.ssh:/home/ambrose/.ssh registry.labs.0x.no/env
docker run -it -p 8080:8080 -v $PWD:/home/ambrose/src -v $HOME/.ssh:/home/ambrose/.ssh registry.makerforce.io/ambrose/env
```
Which is also packed as a script: