Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
software
ndt_core_public
Commits
7dd90aa4
Commit
7dd90aa4
authored
Aug 21, 2018
by
Tomasz Kucner
Browse files
added chmod+x setup.sh to .gitlab-ci.yml
parent
1c1729c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
.gitlab-ci.yml
.gitlab-ci.yml
+2
-0
No files found.
.gitlab-ci.yml
View file @
7dd90aa4
...
...
@@ -10,6 +10,7 @@ ubuntu-xenial:
-
apt-get update
-
apt-get install -qq -y apt-transport-https sed wget unzip > /dev/null
-
source .gitlab-ci/prepare.sh
-
chmod +x setup.sh
-
./setup.sh $UBUNTU_DISTRO $CI_ROS_DISTRO > /dev/null
-
setup_apt ${UBUNTU_DISTRO}
# - apt-get install -qq -y python-catkin-tools v4r > /dev/null
...
...
@@ -45,6 +46,7 @@ ubuntu-xenial-build-package:
-
apt-get update
-
apt-get install -qq -y apt-transport-https sed wget unzip > /dev/null
-
source .gitlab-ci/prepare.sh
-
chmod +x setup.sh
-
./setup.sh $UBUNTU_DISTRO $CI_ROS_DISTRO > /dev/null
-
setup_apt ${UBUNTU_DISTRO}
# - apt-get install -q -y python-bloom devscripts v4r > /dev/null
...
...
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