Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
pyazo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BeryJu.org
pyazo
Commits
fc6bd12e
Commit
fc6bd12e
authored
Mar 01, 2019
by
Jens Langhammer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use python3.6 in debian:buster image
parent
223042ce
Pipeline
#3338
passed with stages
in 6 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
fc6bd12e
...
@@ -80,7 +80,7 @@ package-3.5:
...
@@ -80,7 +80,7 @@ package-3.5:
package-3.6
:
package-3.6
:
before_script
:
before_script
:
-
apt update
-
apt update
-
apt install -y build-essential debhelper devscripts equivs python3 python3-pip
-
apt install -y build-essential debhelper devscripts equivs python3
.6
python3-pip
-
cp debian/control-3.6 debian/control
-
cp debian/control-3.6 debian/control
-
mk-build-deps debian/control
-
mk-build-deps debian/control
-
apt install ./*build-deps*deb -f -y
-
apt install ./*build-deps*deb -f -y
...
...
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