Skip to content

Commit f35e9ad

Browse files
authored
Comment out directory change in workflow
Commented out the directory change command for ref.
1 parent 57090a9 commit f35e9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/somedotest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
#az acr login --name $ACR_REGISTRY_NAME --username $TOKEN_NAME --password $PASSWORD
3232
3333
# Build and push dev images
34-
cd "$GITHUB_WORKSPACE/ref"
34+
#cd "$GITHUB_WORKSPACE/ref"
3535
corepack enable
3636
corepack prepare yarn@4.9.4 --activate
3737
yarn install

0 commit comments

Comments
 (0)