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
Lorenz Wenner
siteconf
Commits
35a77c94
Commit
35a77c94
authored
Oct 09, 2019
by
Lorenz Wenner
Browse files
Update .gitlab-ci.yml
parent
58e7c2cb
Pipeline
#1473
canceled with stage
in 1 minute and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
35a77c94
...
...
@@ -12,28 +12,22 @@ dependencies:
-
master
tags
:
-
firmware
before_script
:
-
pwd
-
whoami
-
ls -la
# - apt-get update
# - apt-get install git
# - git reset --hard
# - git checkout $CI_BUILD_REF_NAME
# - git pull origin $CI_BUILD_REF_NAME
script
:
-
bash ./buildscript.sh
-
bash ./buildscript.sh patch
-
bash ./buildscript.sh prepare GLUON_BRANCH nightly_master
-
bash ./buildscript.sh prepare GLUON_RELEASE $(date +%Y%m%d)
-
bash ./buildscript.sh prepare l2tp
build
:
stage
:
build
script
:
-
bash ./buildscript.sh
.test
:
stage
:
test
script
:
-
echo testing
-
test -f build/test.txt
#
build:
#
stage: build
#
script:
#
- bash ./buildscript.sh
#
#
.test:
#
stage: test
#
script:
#
- echo testing
#
- test -f build/test.txt
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