| ... | @@ -10,12 +10,12 @@ workspace: | ... | @@ -10,12 +10,12 @@ workspace: |
| 10 | | 10 | |
| 11 | steps: | 11 | steps: |
| 12 | - name: test_stage3_debug | 12 | - name: test_stage3_debug |
| 13 | image: ci/debian-amd64:11.1-6 | 13 | image: ci/debian-amd64:11.1-7 |
| 14 | commands: | 14 | commands: |
| 15 | - ./ci/zinc/linux_test_stage3_debug.sh | 15 | - ./ci/zinc/linux_test_stage3_debug.sh |
| 16 | | 16 | |
| 17 | - name: test_stage3_release | 17 | - name: test_stage3_release |
| 18 | image: ci/debian-amd64:11.1-6 | 18 | image: ci/debian-amd64:11.1-7 |
| 19 | commands: | 19 | commands: |
| 20 | - ./ci/zinc/linux_test_stage3_release.sh | 20 | - ./ci/zinc/linux_test_stage3_release.sh |
| 21 | | 21 | |
| ... | @@ -28,7 +28,7 @@ steps: | ... | @@ -28,7 +28,7 @@ steps: |
| 28 | - master | 28 | - master |
| 29 | event: | 29 | event: |
| 30 | - push | 30 | - push |
| 31 | image: ci/debian-amd64:11.1-6 | 31 | image: ci/debian-amd64:11.1-7 |
| 32 | environment: | 32 | environment: |
| 33 | AWS_ACCESS_KEY_ID: | 33 | AWS_ACCESS_KEY_ID: |
| 34 | from_secret: AWS_ACCESS_KEY_ID | 34 | from_secret: AWS_ACCESS_KEY_ID |