Skip to content

Commit

Permalink
Remove test styling and update kubectl command
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyHazlehurst committed Dec 6, 2024
1 parent 429f30f commit 9ca91bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/design-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
SERVICE_POD: ${{ secrets.SERVICE_POD }}
run: |
kubectl -n ${KUBE_NAMESPACE} exec -it pod/${SERVICE_POD} -- aws s3 sync /tmp/storybook-static s3://${AWS_S3_BUCKET} --follow-symlinks --delete
kubectl exec -n ${KUBE_NAMESPACE} -it pod/${SERVICE_POD} -- aws s3 sync /tmp/storybook-static s3://${AWS_S3_BUCKET} --follow-symlinks --delete
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
align-items: start;
@media screen and (min-width: $justice-lg) {
align-items: center;
color: red; //TODO: FOR TESTING - REMOVE
}
}

Expand Down

0 comments on commit 9ca91bf

Please sign in to comment.