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
T
tabacco
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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