This commit is contained in:
bacon
2024-03-20 22:31:21 +03:00
parent e867dd23c1
commit 7adfe234fb

View File

@@ -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 .