Skip to content
Snippets Groups Projects
Commit dc5d87fe authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Update .gitlab-ci.yml file

parent 0ed662b7
No related branches found
No related tags found
No related merge requests found
Pipeline #8494 canceled
...@@ -4,7 +4,6 @@ stages: # List of stages for jobs, and their order of execution ...@@ -4,7 +4,6 @@ stages: # List of stages for jobs, and their order of execution
############ YAML ANCHORS ############ ############ YAML ANCHORS ############
.script_install_template: &script_install_definition .script_install_template: &script_install_definition
- gcc -v
- apt-get update -y && apt-get install -y expect - apt-get update -y && apt-get install -y expect
# - ./auto_script_wolf # - ./auto_script_wolf
- ./install_wolf.sh -a -f y -c y -d . -w . - ./install_wolf.sh -a -f y -c y -d . -w .
......
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