Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AStA
DigiRef
Spieleseite
Commits
f92b5635
Commit
f92b5635
authored
Jul 14, 2021
by
Jake
Browse files
Update .gitlab-ci.yml file
parent
9675832b
Pipeline
#212464
failed with stages
in 1 minute and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f92b5635
...
...
@@ -22,7 +22,7 @@ build-site:
stage
:
build:site
needs
:
[
"
build-renderer"
]
before_script
:
-
apt update && apt install -y build-essential git unzip
-
apt update && apt install -y build-essential git unzip
curl
-
curl --location --output artifacts.zip "https://gitlab.example.com/api/v4/projects/$CI_PROJECT_ID/jobs/artifacts/main/download?job=build-renderer&job_token=$CI_JOB_TOKEN"
-
unzip artifacts.zip
script
:
...
...
@@ -36,7 +36,7 @@ pages:
stage
:
deploy:site
needs
:
[
"
build-site"
]
before_script
:
-
apt update && apt install -y build-essential git unzip
-
apt update && apt install -y build-essential git unzip
curl
-
curl --location --output artifacts.zip "https://gitlab.example.com/api/v4/projects/$CI_PROJECT_ID/jobs/artifacts/main/download?job=build-site&job_token=$CI_JOB_TOKEN"
-
unzip artifacts.zip
script
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment