Try older ubuntu version
This commit is contained in:
parent
fc8ef06672
commit
a7d8b95bc3
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
build:
|
build:
|
||||||
image: ubuntu:latest
|
image: ubuntu:20.04
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
@ -13,7 +13,7 @@ build:
|
||||||
|
|
||||||
deploy_production:
|
deploy_production:
|
||||||
type: deploy
|
type: deploy
|
||||||
image: ubuntu:latest
|
image: ubuntu:20.04
|
||||||
environment:
|
environment:
|
||||||
name: production
|
name: production
|
||||||
url: timer.itsblue.de
|
url: timer.itsblue.de
|
||||||
|
|
Loading…
Reference in a new issue