Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Team 10
Global Game Jam 2019
Cock O The
Commits
f3146ff6
Commit
f3146ff6
authored
Jan 28, 2019
by
Andrea Ruggiero
⚡
Browse files
Fix typo
parent
d5f484bc
Pipeline
#6406
passed with stages
in 1 minute
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f3146ff6
...
...
@@ -13,7 +13,7 @@ deploy:
only
:
-
master
script
:
-
sed -i
'
s/%version%/$CI_PIPELINE_IID/
'
public/manifest.json
-
sed -i
"
s/%version%/$CI_PIPELINE_IID/
"
public/manifest.json
-
yarn build
-
UPLOAD_TO_CHROME=true yarn deploy
...
...
@@ -22,7 +22,7 @@ build:
only
:
-
master
script
:
-
sed -i
'
s/%version%/$CI_PIPELINE_IID/
'
public/manifest.json
-
sed -i
"
s/%version%/$CI_PIPELINE_IID/
"
public/manifest.json
-
yarn build
-
yarn deploy
artifacts
:
...
...
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