From f7e54ca281bdc47cd406bbe4dee5b78070b631b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Tue, 26 Mar 2024 19:38:08 +0100 Subject: [PATCH] Remove redundant pwd step --- .gitea/workflows/build-and-deploy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/build-and-deploy.yaml b/.gitea/workflows/build-and-deploy.yaml index 0f1da9e..27badd3 100644 --- a/.gitea/workflows/build-and-deploy.yaml +++ b/.gitea/workflows/build-and-deploy.yaml @@ -10,6 +10,5 @@ jobs: uses: actions/checkout@v3 - name: Build Docker image run: docker build -t maciejpedzi.ch:latest . - - run: pwd - name: Rerun website's Docker container run: chmod +x ./rerun-container.sh && ./rerun-container.sh