Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASfpga
Petalinux Docker
Commits
dee25d9e
Commit
dee25d9e
authored
Oct 20, 2019
by
Steffen Vogel
🎅🏼
Browse files
fix out-of-context access
parent
bc448c78
Pipeline
#195995
passed with stage
in 13 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dee25d9e
variables
:
# Installer files are located on Zerberus NFS share
PETA_RUN_FILE
:
/global/installers/
petalinux-v2019.1-final-installer.run
PETA_RUN_FILE
:
petalinux-v2019.1-final-installer.run
PETA_VERSION
:
"
2019.1"
stages
:
...
...
@@ -8,6 +8,8 @@ stages:
build
:
stage
:
build
before_script
:
-
cp /global/installers/${PETA_RUN_FILE} .
script
:
-
docker build --build-arg PETA_VERSION=${PETA_VERSION} --build-arg PETA_RUN_FILE=${PETA_RUN_FILE} -t petalinux:${PETA_VERSION} .
tags
:
...
...
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