We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1c0c9 commit e506782Copy full SHA for e506782
1 file changed
.circleci/config.yml
@@ -48,7 +48,7 @@ jobs:
48
- checkout
49
- run:
50
name: Clone test script
51
- command: git clone -b golang-version https://github.com/rafanog/api-quickstarts-tests test
+ command: git clone https://github.com/auth0-samples/api-quickstarts-tests test
52
- persist_to_workspace:
53
root: ~/
54
paths:
0 commit comments