Skip to content
Snippets Groups Projects
Commit f54d7b67 authored by reminec's avatar reminec
Browse files

[CI] Using CI_BUILDS_DIR to correct path to /hepto

parent dbf438e5
No related branches found
No related tags found
1 merge request!4Contribute "Availability to install as ansible collection"
Pipeline #29291 failed
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
access_key: "{{ s3_access_key }}" access_key: "{{ s3_access_key }}"
secret_key: "{{ s3_secret_key }}" secret_key: "{{ s3_secret_key }}"
object: "hepto.{{ lookup('env', 'CI_PIPELINE_ID') }}" object: "hepto.{{ lookup('env', 'CI_PIPELINE_ID') }}"
src: "{{ lookup('env', 'PWD') }}/hepto" src: "{{ lookup('env', 'CI_BUILDS_DIR') }}/hepto"
mode: put mode: put
encrypt: false encrypt: false
register: put register: put
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment