Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
fix: set serverless-qa selector (#2477)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat authored Dec 19, 2023
1 parent 277837a commit 3cef2a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/deploy-my-kibana/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ runs:
# If serverless
if [ "${{ inputs.serverless }}" == 'true' ] ; then
echo "::warning::It will deploy to the QA environment. If a new environment is needed other than QA then contact the oblt-robots team."
## NOTE: keep_serverless-qa-oblt is the long running environment defined in the oblt-test-env repository.
echo "CLUSTER=keep_serverless-qa-oblt" >> $GITHUB_ENV
echo "::warning::It will deploy to the QA environment. QA is the only environment that allows override of the Docker images."
echo "CLUSTER=serverless-qa" >> $GITHUB_ENV
exit 0
fi
Expand Down

0 comments on commit 3cef2a6

Please sign in to comment.