Skip to content

Commit

Permalink
[#1115] Uncomment fallback keys
Browse files Browse the repository at this point in the history
  • Loading branch information
fivitti committed Jul 11, 2023
1 parent 13e46d1 commit 1c34296
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ stages:
- webui/node_modules/
- /root/.cache/go-build
- /var/lib/dpkg/info
# ToDo: Comment our after update to Gitlab 16.0
# fallback_keys:
# - $CI_PROJECT_NAME-debian-$CI_DEFAULT_BRANCH
fallback_keys:
- $CI_PROJECT_NAME-debian-$CI_DEFAULT_BRANCH
before_script:
- sysctl -w net.ipv6.conf.all.disable_ipv6=1
- sysctl -w net.ipv6.conf.default.disable_ipv6=1
Expand All @@ -69,9 +68,8 @@ stages:
- tools/
- webui/node_modules/
- /root/.cache/go-build
# ToDo: Comment our after update to Gitlab 16.0
# fallback_keys:
# - $CI_PROJECT_NAME-ubi-$CI_DEFAULT_BRANCH
fallback_keys:
- $CI_PROJECT_NAME-ubi-$CI_DEFAULT_BRANCH
image: registry.gitlab.isc.org/isc-projects/stork/pkgs-redhat-ubi8:latest
tags:
- linux
Expand Down Expand Up @@ -216,9 +214,8 @@ build_apks:
paths:
- webui/node_modules/
- tools/
# ToDo: Comment our after update to Gitlab 16.0
# fallback_keys:
# - $CI_PROJECT_NAME-alpine-$CI_DEFAULT_BRANCH
fallback_keys:
- $CI_PROJECT_NAME-alpine-$CI_DEFAULT_BRANCH
image: golang:1.18-alpine3.15
tags:
- linux
Expand Down Expand Up @@ -359,9 +356,8 @@ system_testing:
key: $CI_PROJECT_NAME-compose-$CI_COMMIT_REF_SLUG
paths:
- tools/
# ToDo: Comment our after update to Gitlab 16.0
# fallback_keys:
# - $CI_PROJECT_NAME-compose-$CI_DEFAULT_BRANCH
fallback_keys:
- $CI_PROJECT_NAME-compose-$CI_DEFAULT_BRANCH
before_script:
- ip -6 route del default
- apk update
Expand Down

0 comments on commit 1c34296

Please sign in to comment.