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
my_projects
test-runner
Commits
49043271
Commit
49043271
authored
Oct 14, 2019
by
Ravi Tripathi
Browse files
Merge branch 'master' of gitlab.rc.uab.edu:ravi89/test-runner
parents
98695507
86e6e2e4
Pipeline
#498
passed with stages
in 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
49043271
...
...
@@ -10,6 +10,7 @@ build:
-
mkdir builds
-
touch builds/data.txt
-
echo "false" > builds/data.txt
-
echo "true" > builds/data.txt
artifacts
:
paths
:
-
builds/
...
...
@@ -21,3 +22,6 @@ test:
-
hostname
-
test -f builds/data.txt
-
grep "true" builds/data.txt
-
echo "Test Complete!!!!!!!!!!!!!!"
-
packer --version
-
openstack --version
test
View file @
49043271
test
test1
test2
test3
test4
test5
\ No newline at end of file
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