Skip to content
Snippets Groups Projects
Commit 2db26c24 authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

Update .gitlab-ci.yml

parent 4acd2642
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -14,10 +14,10 @@ before_script: ...@@ -14,10 +14,10 @@ before_script:
- export TAR_NAME_POSTFIX=$NOW - export TAR_NAME_POSTFIX=$NOW
- echo $DOCKER_PRIV_KEY >> /builds/amichelo/chaos_bundle_compilation/deploy.key - echo $DOCKER_PRIV_KEY >> /builds/amichelo/chaos_bundle_compilation/deploy.key
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- echo $DOCKER_PRIV_KEY > ~/.ssh/id_rsa # - echo $DOCKER_PRIV_KEY > ~/.ssh/id_rsa
- echo $SSH_CONFIG > ~/.ssh/config # - echo $SSH_CONFIG > ~/.ssh/config
- chmod 600 ~/.ssh/id_rsa # - chmod 600 ~/.ssh/id_rsa
- chmod 600 /builds/amichelo/chaos_bundle_compilation/deploy.key # - chmod 600 /builds/amichelo/chaos_bundle_compilation/deploy.key
- mkdir build_$CI_JOB_STAGE - mkdir build_$CI_JOB_STAGE
- export INSTALL_DIR=/builds/amichelo/chaos_bundle_compilation/distrib/chaos-distrib-$CI_JOB_STAGE - export INSTALL_DIR=/builds/amichelo/chaos_bundle_compilation/distrib/chaos-distrib-$CI_JOB_STAGE
- mkdir -p $INSTALL_DIR - mkdir -p $INSTALL_DIR
...@@ -32,8 +32,8 @@ before_script: ...@@ -32,8 +32,8 @@ before_script:
- git config --global color.ui true - git config --global color.ui true
- mkdir chaos_bundle - mkdir chaos_bundle
- cd chaos_bundle - cd chaos_bundle
- cat ~/.ssh/id_rsa #- cat ~/.ssh/id_rsa
- cat ~/.ssh/config #- cat ~/.ssh/config
# - eval `ssh-agent -s` # - eval `ssh-agent -s`
# - ssh-add ~/.ssh/id_rsa # - ssh-add ~/.ssh/id_rsa
......
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