Skip to content

Commit

Permalink
Deactivate build of 3.7 and 2.20.2 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengraber committed Aug 1, 2024
1 parent 1174227 commit e99a8a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci-templates/000_3.7.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Build_3.7:
stage: build
rules:
- when: always
- when: never
script:
# Build
- docker pull nest/nest-simulator:3.7 || true
Expand Down
2 changes: 1 addition & 1 deletion ci-templates/003_2.20.2.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Build_2202:
stage: build
# needs: ["Build_Base"]
rules:
- when: always
- when: never
script:
# Build
- docker pull nest/nest-simulator:2.20.2 || true
Expand Down

0 comments on commit e99a8a3

Please sign in to comment.