Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
code
PMem-based Data Structures
Commits
455e0b27
Commit
455e0b27
authored
Jul 25, 2019
by
Philipp Götze
Browse files
💚
Trying sudo via -S option in .gitlab-ci.yml
parent
a9863d18
Pipeline
#92
failed with stages
in 1 minute and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
455e0b27
...
...
@@ -5,10 +5,9 @@ stages:
-
test
before_script
:
-
whoami
-
dnf update -y
-
mkdir -p /mnt/pmem/test
-
chmod 777 /mnt/pmem/test
-
echo pmdkpass | sudo -S dnf update -y
-
echo pmdkpass | sudo -S mkdir -p /mnt/pmem/test
-
echo pmdkpass | sudo -S chmod 777 /mnt/pmem/test
build
:
stage
:
build
...
...
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