mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ci: propagate new CI image names
This commit is contained in:
parent
9915559c40
commit
200f0272d5
6 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
.build-stage:
|
.build-stage:
|
||||||
stage: build
|
stage: build
|
||||||
image: "before-install"
|
image: "build-and-lint"
|
||||||
variables:
|
variables:
|
||||||
YNH_SOURCE: "https://github.com/yunohost"
|
YNH_SOURCE: "https://github.com/yunohost"
|
||||||
before_script:
|
before_script:
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
generate-helpers-doc:
|
generate-helpers-doc:
|
||||||
stage: doc
|
stage: doc
|
||||||
image: "before-install"
|
image: "build-and-lint"
|
||||||
needs: []
|
needs: []
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -y && apt-get install git hub -y
|
- apt-get update -y && apt-get install git hub -y
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
upgrade:
|
upgrade:
|
||||||
extends: .install-stage
|
extends: .install-stage
|
||||||
image: "after-install"
|
image: "core-tests"
|
||||||
script:
|
script:
|
||||||
- apt-get update -o Acquire::Retries=3
|
- apt-get update -o Acquire::Retries=3
|
||||||
- DEBIAN_FRONTEND=noninteractive SUDO_FORCE_REMOVE=yes apt --assume-yes -o Dpkg::Options::="--force-confold" --allow-downgrades install ${CI_PROJECT_DIR}/*.deb
|
- DEBIAN_FRONTEND=noninteractive SUDO_FORCE_REMOVE=yes apt --assume-yes -o Dpkg::Options::="--force-confold" --allow-downgrades install ${CI_PROJECT_DIR}/*.deb
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
lint39:
|
lint39:
|
||||||
stage: lint
|
stage: lint
|
||||||
image: "before-install"
|
image: "build-and-lint"
|
||||||
needs: []
|
needs: []
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
|
@ -13,14 +13,14 @@ lint39:
|
||||||
|
|
||||||
invalidcode39:
|
invalidcode39:
|
||||||
stage: lint
|
stage: lint
|
||||||
image: "before-install"
|
image: "build-and-lint"
|
||||||
needs: []
|
needs: []
|
||||||
script:
|
script:
|
||||||
- tox -e py39-invalidcode
|
- tox -e py39-invalidcode
|
||||||
|
|
||||||
mypy:
|
mypy:
|
||||||
stage: lint
|
stage: lint
|
||||||
image: "before-install"
|
image: "build-and-lint"
|
||||||
needs: []
|
needs: []
|
||||||
script:
|
script:
|
||||||
- tox -e py39-mypy
|
- tox -e py39-mypy
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
.test-stage:
|
.test-stage:
|
||||||
stage: test
|
stage: test
|
||||||
image: "after-install"
|
image: "core-tests"
|
||||||
variables:
|
variables:
|
||||||
PYTEST_ADDOPTS: "--color=yes"
|
PYTEST_ADDOPTS: "--color=yes"
|
||||||
before_script:
|
before_script:
|
||||||
|
|
|
@ -13,7 +13,7 @@ test-i18n-keys:
|
||||||
|
|
||||||
autofix-translated-strings:
|
autofix-translated-strings:
|
||||||
stage: translation
|
stage: translation
|
||||||
image: "before-install"
|
image: "build-and-lint"
|
||||||
needs: []
|
needs: []
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -y && apt-get install git hub -y
|
- apt-get update -y && apt-get install git hub -y
|
||||||
|
|
Loading…
Add table
Reference in a new issue