Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai3
tools
tabacco
Commits
03808f7b
Commit
03808f7b
authored
Mar 18, 2019
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install "curl" directly in the test wrapper
parent
71b66104
Pipeline
#2533
failed with stages
in 8 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
.gitignore
.gitignore
+1
-0
.gitlab-ci.yml
.gitlab-ci.yml
+0
-2
install_restic_for_tests.sh
install_restic_for_tests.sh
+1
-0
No files found.
.gitignore
0 → 100644
View file @
03808f7b
.random_seed
.gitlab-ci.yml
View file @
03808f7b
...
...
@@ -11,7 +11,6 @@ test:
stage
:
test
image
:
"
ai/test:go"
script
:
-
"
apt-get
install
-qy
curl"
-
"
./install_restic_for_tests.sh"
-
"
go-test-runner
."
except
:
...
...
@@ -31,7 +30,6 @@ build:pkg:
stage
:
build_pkg
image
:
"
ai/build:stretch"
script
:
-
"
apt-get
install
-qy
curl"
-
"
./install_restic_for_tests.sh"
-
"
build-deb"
dependencies
:
...
...
install_restic_for_tests.sh
View file @
03808f7b
...
...
@@ -18,6 +18,7 @@ DOWNLOAD_URL="https://github.com/restic/restic/releases/download/v${RESTIC_VERSI
set
-e
set
-x
test
-x
/usr/bin/curl
||
apt-get
-qy
install
curl
curl
-sL
"
${
DOWNLOAD_URL
}
"
| bunzip2
-c
>
/usr/bin/restic
chmod
+x /usr/bin/restic
...
...
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