Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Arist
firmware
Commits
13eb68be
Commit
13eb68be
authored
Jun 11, 2019
by
schneider
Browse files
fix(ci): Use python3
parent
ba2c7668
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
13eb68be
...
...
@@ -3,8 +3,8 @@ image: "debian"
build
:
stage
:
build
before_script
:
-
apt update -qq && apt install -y -qq gcc-arm-none-eabi python-pip
-
pip install crc16
-
apt update -qq && apt install -y -qq gcc-arm-none-eabi python
3
-pip
-
pip
3
install crc16
script
:
-
cd bootloader
-
make
...
...
Write
Preview
Supports
Markdown
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