Add CI integration #1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ pipeline:
|
|||
- SCW_DEFAULT_ORGANIZATION_ID
|
||||
image: python:3.10-slim
|
||||
commands:
|
||||
- apt-get update && apt-get install -y rclone
|
||||
- apt-get update && apt-get install -y rclone wget
|
||||
- wget https://github.com/scaleway/scaleway-cli/releases/download/v2.5.1/scaleway-cli_2.5.1_linux_amd64
|
||||
- mv scaleway-cli_2.5.1_linux_amd64 scaleway-cli
|
||||
- chmod +x scaleway-cli
|
||||
|
|
Reference in a new issue