Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
fake build
Browse files Browse the repository at this point in the history
  • Loading branch information
angelnu committed Jan 30, 2021
1 parent f522030 commit 92cb622
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ jobs:
echo "VERSION=$(grep 'OCCU_VERSION =' buildroot-external/package/occu/occu.mk | cut -d' ' -f3 | cut -d'-' -f1).$(date +%Y%m%d)" >> $GITHUB_ENV
echo "GITHUB_SHA7=$(echo ${GITHUB_SHA::7})" >> $GITHUB_ENV
echo "FAKE_BUILD=${{ github.event.inputs.skip_build }}" >> $GITHUB_ENV
#DELETE THE LINE BELLOW BEFORE MERGING
echo "FAKE_BUILD=true" >> $GITHUB_ENV
echo "::set-output name=build_datetime::$(date +'%Y-%m-%d %H:%M:%S')"
echo "::set-output name=build_version::$(grep 'OCCU_VERSION =' buildroot-external/package/occu/occu.mk | cut -d' ' -f3 | cut -d'-' -f1).$(date +%Y%m%d)"
Expand Down

0 comments on commit 92cb622

Please sign in to comment.