Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit 6a8d60e

Browse files
authored
Remove backslash from kubectl namespace create cmd
1 parent 4276bfd commit 6a8d60e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bikes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Create child namespaces and add Dev Spaces labels
4040
run: |
4141
if [ -n "$(kubectl get namespace ${{steps.generate-child-space-name.outputs.result}} --ignore-not-found -o name)" ]; then exit 0; fi
42-
kubectl create namespace ${{steps.generate-child-space-name.outputs.result}} \
42+
kubectl create namespace ${{steps.generate-child-space-name.outputs.result}}
4343
kubectl label namespace ${{steps.generate-child-space-name.outputs.result}} \
4444
azds.io/parent-space=${{ secrets.MASTER_SPACE }} \
4545
azds.io/space=true \
@@ -96,4 +96,4 @@ jobs:
9696
repo-token: ${{ secrets.GITHUB_TOKEN }}
9797
host: ${{ secrets.HOST }}
9898
child-space: ${{steps.generate-child-space-name.outputs.result}}
99-
protocol: 'http'
99+
protocol: 'http'

0 commit comments

Comments
 (0)