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
d647a971
Commit
d647a971
authored
Aug 23, 2018
by
Tomasz Kucner
Browse files
fixed path to gpg key
parent
3d635856
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci/prepare.sh
.gitlab-ci/prepare.sh
+1
-1
No files found.
.gitlab-ci/prepare.sh
View file @
d647a971
...
...
@@ -8,7 +8,7 @@ add_ndt_core_yaml() {
setup_apt
()
{
# echo "Here you can define repo with our package";
wget
-O
- http://130.243.98.216/apt/conf/public.gpg.key | apt-key add -
wget
-O
- http://130.243.98.216/
repos/
apt/conf/public.gpg.key | apt-key add -
echo
"deb http://130.243.98.216/repos/apt/debian xenial main"
>>
/etc/apt/sources.list
apt-get update
-qq
#> /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