Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Verified Commit e1930c74 authored by Vincent SIMONIN's avatar Vincent SIMONIN
Browse files

Some fix

parent 0908a2b7
No related branches found
No related tags found
No related merge requests found
Pipeline #76069 passed
......@@ -21,6 +21,7 @@ build-job: # This job runs in the build stage, which runs first.
run-test:
stage: test
before_script:
- chmod 600 $ANSIBLE_PRIVATE_KEY_FILE
- env ANSIBLE_HOST_KEY_CHECKING=false ANSIBLE_PRIVATE_KEY_FILE="$ANSIBLE_PRIVATE_KEY_FILE" ansible-playbook -i "$TESTING_HOSTS" -u debian ansible/deploy_on_test.yml
script: echo "testing"
after_script:
......
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