Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
kitkat
Autodeploy-test
Commits
d04c07f1
Commit
d04c07f1
authored
Apr 06, 2021
by
kitkat
🐈
Browse files
Update .gitlab-ci.yml
parent
271c8856
Pipeline
#7197
failed with stages
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d04c07f1
...
...
@@ -5,7 +5,7 @@ stages:
build
:
stage
:
build
script
:
-
if
[
"$CI_COMMIT_REF_NAME" == "master"]; then cp -R dist/* /var/www/html/index.html; fi
-
if
[
"$CI_COMMIT_REF_NAME" == "master"
]; then cp -R dist/* /var/www/html/index.html; fi
test
:
stage
:
test
...
...
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