File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ workflows:
2020 - coverage :
2121 requires :
2222 - build
23- - faucet-docker
2423
2524jobs :
2625 build :
@@ -402,31 +401,3 @@ jobs:
402401 ./scripts/simapp50/stop.sh
403402 ./scripts/simapp50/slow_stop.sh
404403 ./scripts/wasmd/stop.sh
405- faucet-docker :
406- docker :
407- - image : cimg/go:1.17.8
408- steps :
409- - run :
410- name : Install Git Large File Storage (LFS)
411- command : |
412- sudo apt update
413- sudo apt install git-lfs
414- - checkout
415- - setup_remote_docker :
416- version : default
417- - run :
418- name : Build faucet Docker image
419- # Use ${CIRCLE_TAG}
420- command : |
421- docker build --pull -t "confio/faucet:$CIRCLE_SHA1" -f packages/faucet/Dockerfile .
422- - run :
423- name : Check docker image can be executed
424- command : |
425- docker run --rm "confio/faucet:$CIRCLE_SHA1" version
426- docker run --rm "confio/faucet:$CIRCLE_SHA1" generate
427- # - run:
428- # name: Push image to Docker Hub
429- # command: |
430- # docker login --password-stdin -u "$DOCKER_USER" \<<<"$DOCKER_PASS"
431- # docker push "confio/faucet:$CIRCLE_SHA1"
432- # docker logout
You can’t perform that action at this time.
0 commit comments