Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kazuky Akayashi
instances
Commits
80c26308
Verified
Commit
80c26308
authored
May 16, 2018
by
Eliot Berriot
Browse files
Fixed CI job
parent
78b68737
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
80c26308
...
...
@@ -3,11 +3,11 @@ pages:
stage
:
build
image
:
python:3
before_script
:
-
mkdir
artifacts
-
mkdir
public
artifacts
:
name
:
"
instances"
paths
:
-
artifacts
script
:
python collect.py instances.txt
artifacts
/
-
public
script
:
python collect.py instances.txt
public
/
only
:
-
master@funkwhale/instances
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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