File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11deploy : &deploy
22 docker :
3- - image : web3f/ci-commons:v3.1.6
3+ - image : web3f/ci-commons:v3
44 steps :
55 - checkout
66 - setup_remote_docker
@@ -11,7 +11,7 @@ version: 2
1111jobs :
1212 buildImage :
1313 docker :
14- - image : web3f/ci-commons:v3.1.6
14+ - image : web3f/ci-commons:v3
1515 steps :
1616 - checkout
1717 - setup_remote_docker
@@ -20,15 +20,15 @@ jobs:
2020 /scripts/build-image.sh web3f/matrixbot .
2121 helmLint :
2222 docker :
23- - image : web3f/ci-commons:v3.1.6
23+ - image : web3f/ci-commons:v3
2424 steps :
2525 - checkout
2626 - run :
2727 command : |
2828 helm lint ./charts/matrixbot
2929 integrationTests :
3030 docker :
31- - image : web3f/ci-commons:v3.1.6
31+ - image : web3f/ci-commons:v3
3232 steps :
3333 - checkout
3434 - setup_remote_docker :
3939 /scripts/integration-tests.sh
4040 publishImage :
4141 docker :
42- - image : web3f/ci-commons:v3.1.6
42+ - image : web3f/ci-commons:v3
4343 steps :
4444 - checkout
4545 - setup_remote_docker
4848 /scripts/publish-image.sh web3f/matrixbot
4949 publishChart :
5050 docker :
51- - image : web3f/ci-commons:v3.1.6
51+ - image : web3f/ci-commons:v3
5252 steps :
5353 - checkout
5454 - run :
You can’t perform that action at this time.
0 commit comments