Skip to content

Commit

Permalink
feat: updating cluster name (#1207)
Browse files Browse the repository at this point in the history
Co-authored-by: jeho <[email protected]>
  • Loading branch information
Ani1357 and jeho authored Jul 28, 2023
1 parent 233a254 commit 9ad9069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
default-organization-id: ${{ secrets.SCW_DEFAULT_ORGANIZATION_ID }}
- name: Set k8s cluster name
run: |
echo SCALEWAY_CLUSTER_NAME=i-${{ github.run_id }}-${{ strategy.job-index }} >> $GITHUB_ENV
echo SCALEWAY_CLUSTER_NAME=${{ github.actor }}-$(date +"%m-%d-%H-%M") >> $GITHUB_ENV
# Cluster name must be no longer than 63 characters
- name: Determine exact k8s version
run: |
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
- name: Set k8s cluster name
run: |
echo DIGITALOCEAN_CLUSTER_NAME=i-${{ github.run_id }}-${{ strategy.job-index }} >> $GITHUB_ENV
echo DIGITALOCEAN_CLUSTER_NAME=${{ github.actor }}-$(date +"%m-%d-%H-%M") >> $GITHUB_ENV
# Cluster name must be no longer than 63 characters
- name: Determine exact k8s version
run: |
Expand Down

0 comments on commit 9ad9069

Please sign in to comment.