Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 8ffcb8c

Browse files
committed
Make sure puppet publish is ran in correct folder
1 parent 3112569 commit 8ffcb8c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,11 @@ release::tarmak::puppet_publish_modules:
169169
stage: release
170170
tags:
171171
- docker
172-
script:
173-
- cd ${CI_PROJECT_DIR}/puppet
174-
- bundle install --path /cache
175172
only:
176173
- tags
177174
script:
175+
- cd ${CI_PROJECT_DIR}/puppet
176+
- bundle install --path /cache
178177
- echo "${PUPPETFORGE_DATA}" > ~/.puppetforge.yml && chmod 600 ~/.puppetforge.yml
179178
- bundle exec rake publish_modules
180179

0 commit comments

Comments
 (0)