Skip to content
Snippets Groups Projects
Verified Commit 2d91676d authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Roll back to 3.2.0.0 image, .1 is broken

parent a0aed33e
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@ variables:
pdk-validate:
stage: puppet
image:
name: puppet/pdk:3.2.0.1
image: &PDK
name: puppet/pdk:3.2.0.0
pull_policy: if-not-present
before_script: &pdk-workaround
- |
......@@ -91,9 +91,7 @@ pdk-validate:
pdk-test-unit:
stage: puppet
image:
name: puppet/pdk:3.2.0.1
pull_policy: if-not-present
image: *PDK
before_script: *pdk-workaround
script:
- sed -i "s|git@gitlab.it.liu.se:|https://gitlab+deploy-token-30:$gitlab_deploy_token_30@gitlab.it.liu.se/|g" .fixtures.yml
......@@ -141,9 +139,7 @@ pdk-test-unit:
puppet-strings:
stage: deploy
image:
name: puppet/pdk:3.2.0.1
pull_policy: if-not-present
image: *PDK
before_script: *pdk-workaround
script:
- pdk bundle exec rake strings:generate:reference
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment