Skip to content

Commit

Permalink
fix url capitalization (shentufoundation#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoongbok-lee authored Dec 8, 2021
1 parent 01fd010 commit ff70bbd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ executors:
golang:
docker:
- image: circleci/golang:1.16.3
working_directory: /go/src/github.com/ShentuChain/shentu
working_directory: /go/src/github.com/shentuchain/shentu
mac:
macos:
xcode: "10.3.0"
working_directory: /Users/distiller/project/src/github.com/ShentuChain/shentu
working_directory: /Users/distiller/project/src/github.com/shentuchain/shentu
environment:
GO_VERSION: "1.16.3"
commands:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
command: bash <(curl -s https://codecov.io/bash) -f coverage.txt

localnet:
working_directory: /home/circleci/.go_workspace/src/github.com/ShentuChain/shentu
working_directory: /home/circleci/.go_workspace/src/github.com/shentuchain/shentu
machine:
image: circleci/classic:latest
environment:
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
cp gitian-build-multi/result/shentu-multi-res.yml .
rm -rf gitian-build-multi/
- store_artifacts:
path: /go/src/github.com/ShentuChain/shentu/certik-multi-res.yml
path: /go/src/github.com/shentuchain/shentu/certik-multi-res.yml

docker-image:
executor: golang
Expand All @@ -278,9 +278,9 @@ jobs:
- setup_remote_docker:
docker_layer_caching: true
- run: |
docker build -t ghcr.io/ShentuChain/shentu:$CIRCLE_TAG .
docker build -t ghcr.io/shentuchain/shentu:$CIRCLE_TAG .
docker login --password-stdin ghcr.io -u $DOCKER_USER \<<<$DOCKER_PASS
docker push ghcr.io/ShentuChain/shentu:$CIRCLE_TAG
docker push ghcr.io/shentuchain/shentu:$CIRCLE_TAG
workflows:
version: 2.1
Expand Down

0 comments on commit ff70bbd

Please sign in to comment.