docker
This commit is contained in:
@@ -73,6 +73,9 @@ default:
|
|||||||
- docker:25.0.5-dind
|
- docker:25.0.5-dind
|
||||||
before_script:
|
before_script:
|
||||||
- docker info
|
- docker info
|
||||||
|
- df
|
||||||
|
- cat /etc/resolv.conf
|
||||||
|
- cat /etc/hosts
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
|
|
||||||
@@ -82,6 +85,11 @@ variables:
|
|||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
needs: [ 'pytest' ]
|
needs: [ 'pytest' ]
|
||||||
|
before_script:
|
||||||
|
- df
|
||||||
|
- cat /etc/resolv.conf
|
||||||
|
- cat /etc/hosts
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- docker build -t disord-bot-pisya .
|
- docker build -t disord-bot-pisya .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user