Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
West
Commits
a403c772
Commit
a403c772
authored
Sep 20, 2018
by
jhskone
Browse files
switch useradd -m qe
parent
4ef91ada
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a403c772
...
@@ -147,7 +147,7 @@ west_test_gamma_intel:
...
@@ -147,7 +147,7 @@ west_test_gamma_intel:
-
git describe
-
git describe
-
make
-
make
-
ls ../bin
-
ls ../bin
-
add
user
--quiet --disabled-password --gecos qe
qe
-
user
add -m
qe
-
cp -r test-suite /home/qe
-
cp -r test-suite /home/qe
-
su - qe
-
su - qe
-
cd test-suite
-
cd test-suite
...
@@ -171,7 +171,7 @@ west_test_gamma_gcc:
...
@@ -171,7 +171,7 @@ west_test_gamma_gcc:
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL West
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL West
-
cd West
-
cd West
-
make > /dev/null
-
make > /dev/null
-
add
user
-q --disabled-password --gecos qe
qe
-
user
add -m
qe
-
cp -r test-suite /home/qe
-
cp -r test-suite /home/qe
-
su - qe
-
su - qe
-
cd test-suite
-
cd test-suite
...
...
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