From 5f2ee41c475a560038c4c1521ac7958b7c51bcb9 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Mon, 17 Nov 2025 20:17:27 -0500 Subject: [PATCH] Debugging CircleCI --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8203540..a7ac8c9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,6 @@ jobs: - run: name: "Create VERSION file" command: | - source $BASH_ENV echo $VERSION > VERSION - run: name: "Install git-archive-all" @@ -25,7 +24,6 @@ jobs: - run: name: "Create source tarball" command: | - source $BASH_ENV git-archive-all --force-submodules --prefix=offscreen-${VERSION}/ offscreen-${VERSION}.tar.gz - store_artifacts: path: offscreen-${VERSION}.tar.gz