Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
slapos.buildout
Commits
e252a13d
Commit
e252a13d
authored
3 years ago
by
Godefroid Chapelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: Travis CI does not run anymore
Solution: remove useless configs
parent
6c715477
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
73 deletions
+0
-73
.travis.yml
.travis.yml
+0
-72
.travis/docker_login_on_non_pull_requests.sh
.travis/docker_login_on_non_pull_requests.sh
+0
-1
No files found.
.travis.yml
deleted
100644 → 0
View file @
6c715477
language
:
minimal
jobs
:
include
:
-
language
:
python
python
:
2.7
env
:
BUILD_TYPE=bare_machines
-
language
:
python
python
:
3.5
env
:
BUILD_TYPE=bare_machines
-
language
:
python
python
:
3.6
env
:
BUILD_TYPE=bare_machines
-
language
:
python
python
:
3.7
env
:
BUILD_TYPE=bare_machines
-
language
:
python
python
:
3.8
env
:
BUILD_TYPE=bare_machines
-
language
:
python
python
:
3.9
env
:
BUILD_TYPE=bare_machines
-
language
:
minimal
env
:
BUILD_TYPE=debian_sys_container
-
language
:
minimal
env
:
PYTHON_VER=2.7 BUILD_TYPE=centos_containers
-
language
:
minimal
env
:
PYTHON_VER=3.5 BUILD_TYPE=centos_containers
-
language
:
minimal
env
:
PYTHON_VER=3.6 BUILD_TYPE=centos_containers
-
language
:
minimal
env
:
PYTHON_VER=3.7 BUILD_TYPE=centos_containers
-
language
:
minimal
env
:
PYTHON_VER=3.8 BUILD_TYPE=centos_containers
-
language
:
minimal
env
:
PYTHON_VER=3.9 BUILD_TYPE=centos_containers
-
language
:
minimal
env
:
PYTHON_VER=3.10 BUILD_TYPE=centos_containers
-
language
:
minimal
env
:
PYTHON_VER=2.7 BUILD_TYPE=debian_containers
-
language
:
minimal
env
:
PYTHON_VER=3.5 BUILD_TYPE=debian_containers
-
language
:
minimal
env
:
PYTHON_VER=3.6 BUILD_TYPE=debian_containers
-
language
:
minimal
env
:
PYTHON_VER=3.7 BUILD_TYPE=debian_containers
-
language
:
minimal
env
:
PYTHON_VER=3.8 BUILD_TYPE=debian_containers
-
language
:
minimal
env
:
PYTHON_VER=3.9 BUILD_TYPE=debian_containers
-
language
:
minimal
env
:
PYTHON_VER=3.10 BUILD_TYPE=debian_containers
allow_failures
:
-
language
:
minimal
env
:
PYTHON_VER=3.10 BUILD_TYPE=centos_containers
-
language
:
minimal
env
:
PYTHON_VER=3.10 BUILD_TYPE=debian_containers
services
:
-
docker
notifications
:
email
:
-
buildout-development@googlegroups.com
script
:
-
'
if
[
"$TRAVIS_PULL_REQUEST"
=
"false"
];
then
bash
./.travis/docker_login_on_non_pull_requests.sh;
fi'
-
./ci_build.sh
env
:
global
:
secure
:
Ck5Ww5VaX5NgZBDAwroFVzFKTlQJpb8HN1AIuMlJJkpL/oLpBuCVEKoa5/WK9MJYBd/+FopclNldC1OZeP1QZoAq2eeULtoeSY+4XVBJbZlFF2jJeDvmrjATszYAf/hH9FroVBpJkTJqgfXxeAgErD32Rm4aS7aQusNSd5HKKQA=
This diff is collapsed.
Click to expand it.
.travis/docker_login_on_non_pull_requests.sh
deleted
100644 → 0
View file @
6c715477
echo
"
$DOCKER_PASSWORD
"
| docker login
-u
"
$DOCKER_USERNAME
"
--password-stdin
This diff is collapsed.
Click to expand it.
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