diff --git a/.woodpecker.yml b/.woodpecker.yml index 8433614..a63dfee 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -29,7 +29,6 @@ pipeline: secrets: [unity_license] test-playmode: image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION} - group: test commands: - ${UNITY_DIR}/ci/before_script.sh - chmod +x ${UNITY_DIR}/ci/test.sh @@ -42,7 +41,6 @@ pipeline: secrets: [unity_license] test-editmode: image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION} - group: test commands: - ${UNITY_DIR}/ci/before_script.sh - chmod +x ${UNITY_DIR}/ci/test.sh @@ -55,7 +53,6 @@ pipeline: secrets: [unity_license] build-standalone-windows: image: ${IMAGE}:${UNITY_VERSION}-windows-mono-${IMAGE_VERSION} - group: build commands: - ${UNITY_DIR}/ci/before_script.sh - chmod +x ./ci/build.sh