We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54e9dd commit 8138a11Copy full SHA for 8138a11
.circleci/config.yml
@@ -60,7 +60,7 @@ jobs:
60
docker:
61
- image: circleci/node:12
62
steps:
63
- - checkout
+ - checkout_with_workspace
64
- run:
65
name: Set tip of alpha branch on top of release and force-push it to remote
66
command: |
0 commit comments