Skip to content

Commit 6111839

Browse files
committed
Remove faucet-docker from CircleCI
1 parent b90704f commit 6111839

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.circleci/config.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ workflows:
2020
- coverage:
2121
requires:
2222
- build
23-
- faucet-docker
2423

2524
jobs:
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

0 commit comments

Comments
 (0)