Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ebi-style-lab - mirror
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ebiwd
ebi-style-lab - mirror
Commits
a5293aee
Commit
a5293aee
authored
7 years ago
by
khawkins98
Browse files
Options
Downloads
Patches
Plain Diff
Test fix for gitlab ci pipeline
parent
901cb623
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
a5293aee
...
...
@@ -21,11 +21,11 @@ stages:
build
:
stage
:
build
image
:
simonvanderveldt
/node-bower-gulp:6
image
:
ebiwd
/node-bower-gulp:6
before_script
:
-
cd ${CI_PROJECT_DIR}
-
npm install --quiet
-
bower install --quiet
-
bower
--allow-root
install --quiet
script
:
-
npm run build
cache
:
...
...
@@ -51,7 +51,7 @@ deploy_dev: &deploy
VMS
:
${DEV_SERVER}
stage
:
deploy
script
:
-
for VM in ${VMS}; do
-
for VM in ${VMS}; do
rsync -acv --delete-after ${CI_PROJECT_DIR}/dist/. ${SSH_OWNER}@${VM}:${DEST}/;
done
only
:
...
...
@@ -60,7 +60,7 @@ deploy_dev: &deploy
name
:
${NAME}
url
:
${URL}
deploy_live
:
deploy_live
:
<<
:
*deploy
only
:
-
tags
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment