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
before_script:
- docker info
- df
- cat /etc/resolv.conf
- cat /etc/hosts
variables:
@@ -82,6 +85,11 @@ variables:
build:
stage: build
needs: [ 'pytest' ]
before_script:
- df
- cat /etc/resolv.conf
- cat /etc/hosts
script:
- docker build -t disord-bot-pisya .