From afb2e48fe44d2a7cbf2f9d8ae9fd81317a3cc0cd Mon Sep 17 00:00:00 2001 From: zeaslity Date: Thu, 9 Feb 2023 17:01:42 +0800 Subject: [PATCH] =?UTF-8?q?[=20CI=20]=20=E6=9B=B4=E6=96=B0CI=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=20-=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-push-docker.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build-push-docker.yml b/.github/workflows/build-push-docker.yml index e10e4b8..37e0273 100644 --- a/.github/workflows/build-push-docker.yml +++ b/.github/workflows/build-push-docker.yml @@ -16,9 +16,6 @@ on: # manually run this workflow from the Actions tab workflow_dispatch: -env: - FORMAT_TIME: $(date --rfc-3339=seconds | cut -d"+" -f1 | sed "s/ /-/g" | sed "s/:/-/g") - jobs: build-and-deploy: runs-on: ubuntu-latest @@ -134,8 +131,6 @@ jobs: echo "current date is $(date)" echo "start to copy target jar" - - echo "FORMAT TIME IS ${FORMAT_TIME}" export formatTime=`date --rfc-3339=seconds | cut -d"+" -f1 | sed "s/ /-/g" | sed "s/:/-/g"` echo "current format date is ${formatTime}" echo "write the version info to env"