Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Nov 22, 2024
1 parent c435360 commit 59a7f71
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/operator-early-adoption.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,10 @@ jobs:
VS_BRANCH: ${{ github.event.inputs.vs_branch }}
VS_TAG: ""
TIMESTAMP: "$(date +'%Y%m%d%H%M%S')"
AAA: "1.10000.0-rc${{ env.TIMESTAMP }}"
BBB: "everest-test${{ env.TIMESTAMP }}"
AAA: "1.10000.0-rc${TIMESTAMP}"
BBB: "everest-test${env.TIMESTAMP}"

steps:
- name: Get current date
id: date
run: |
echo "date=$(date +'%Y%m%d%H%M%S')" >> "$GITHUB_OUTPUT"
- name: Set environment variables
run: |
TIMESTAMP=$(date +'%Y%m%d%H%M%S')
Expand Down

0 comments on commit 59a7f71

Please sign in to comment.