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
2
Merge Requests
2
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
5253979f
Commit
5253979f
authored
Nov 12, 2020
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove broken test stage
parent
ffaad45e
Pipeline
#8536
failed with stages
in 1 minute
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
.gitlab-ci.yml
.gitlab-ci.yml
+0
-14
No files found.
.gitlab-ci.yml
View file @
5253979f
stages
:
-
test
-
build_pkgsrc
-
build_pkg
-
upload_pkg
# Do not run tests on master, they are executed by the
# Debian package builder.
# TODO: currently broken
test
:
stage
:
test
image
:
"
debian:stretch"
script
:
-
"
./install_restic_for_tests.sh"
-
"
apt-get
install
-y
liblz4-tool
golang"
-
"
go
test
-v
./..."
except
:
-
master
build_pkgsrc:stretch:
stage
:
build_pkgsrc
image
:
"
registry.git.autistici.org/ai3/build-deb:stretch-amd64"
...
...
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