Skip to content
Snippets Groups Projects
Commit 2fd7018f authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fix usage of install.sh

parent 66687c90
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ stages: ...@@ -44,7 +44,7 @@ stages:
.test_template: &test_job .test_template: &test_job
stage: test stage: test
before_script: before_script:
- ./_ci/install.sh #updates - ./_ci/install.sh _ci #updates
- ./_ci/before_test.sh - ./_ci/before_test.sh
script: script:
- ./_ci/test.sh - ./_ci/test.sh
...@@ -61,7 +61,7 @@ stages: ...@@ -61,7 +61,7 @@ stages:
- master - master
- /^v\d+\.\d+\.\d+([abc]\d*)?$/ # PEP-440 compliant version (tags) - /^v\d+\.\d+\.\d+([abc]\d*)?$/ # PEP-440 compliant version (tags)
before_script: before_script:
- ./_ci/install.sh #updates - ./_ci/install.sh _ci #updates
- ./_ci/before_wheels.sh - ./_ci/before_wheels.sh
script: script:
- ./_ci/wheels.sh - ./_ci/wheels.sh
...@@ -77,7 +77,7 @@ stages: ...@@ -77,7 +77,7 @@ stages:
only: only:
- master - master
before_script: before_script:
- ./_ci/install.sh #updates - ./_ci/install.sh _ci #updates
- ./_ci/before_docs.sh - ./_ci/before_docs.sh
script: script:
- ./_ci/docs.sh - ./_ci/docs.sh
...@@ -97,7 +97,7 @@ stages: ...@@ -97,7 +97,7 @@ stages:
except: except:
- branches - branches
before_script: before_script:
- ./_ci/install.sh #updates - ./_ci/install.sh _ci #updates
- ./_ci/before_deploy.sh - ./_ci/before_deploy.sh
script: script:
- ./_ci/deploy.sh - ./_ci/deploy.sh
......
...@@ -44,7 +44,7 @@ stages: ...@@ -44,7 +44,7 @@ stages:
.test_template: &test_job .test_template: &test_job
stage: test stage: test
before_script: before_script:
- ./_ci/install.sh #updates - ./_ci/install.sh _ci #updates
- ./_ci/before_test.sh - ./_ci/before_test.sh
script: script:
- ./_ci/test.sh - ./_ci/test.sh
...@@ -61,7 +61,7 @@ stages: ...@@ -61,7 +61,7 @@ stages:
- master - master
- /^v\d+\.\d+\.\d+([abc]\d*)?$/ # PEP-440 compliant version (tags) - /^v\d+\.\d+\.\d+([abc]\d*)?$/ # PEP-440 compliant version (tags)
before_script: before_script:
- ./_ci/install.sh #updates - ./_ci/install.sh _ci #updates
- ./_ci/before_wheels.sh - ./_ci/before_wheels.sh
script: script:
- ./_ci/wheels.sh - ./_ci/wheels.sh
...@@ -77,7 +77,7 @@ stages: ...@@ -77,7 +77,7 @@ stages:
only: only:
- master - master
before_script: before_script:
- ./_ci/install.sh #updates - ./_ci/install.sh _ci #updates
- ./_ci/before_docs.sh - ./_ci/before_docs.sh
script: script:
- ./_ci/docs.sh - ./_ci/docs.sh
...@@ -97,7 +97,7 @@ stages: ...@@ -97,7 +97,7 @@ stages:
except: except:
- branches - branches
before_script: before_script:
- ./_ci/install.sh #updates - ./_ci/install.sh _ci #updates
- ./_ci/before_deploy.sh - ./_ci/before_deploy.sh
script: script:
- ./_ci/deploy.sh - ./_ci/deploy.sh
......
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