Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
M2947_2020
HeavyTraffic
Commits
4dec9871
Commit
4dec9871
authored
Jun 26, 2020
by
M2947
😎
Browse files
Update .gitlab-ci.yml
parent
95ce5fe2
Pipeline
#243022
passed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4dec9871
image
:
ubuntu:lastest
stages
:
-
deploy
-
build
-
test
deploy
:
stage
:
deploy
script
:
-
echo 'coping from Runner to SUT'
-
ls /home/ubuntu/ -l -a
only
:
-
master
tags
:
-
DA
build
:
stage
:
build
tags
:
DAserver
script
:
-
echo "Building"
-
pwd
-
ls -l -a
only
:
-
master
tags
:
-
DA
test
:
stage
:
test
script
:
-
echo "testing"
tags
:
DAserver
only
:
-
master
tags
:
-
DA
Write
Preview
Markdown
is supported
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