We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a265f8 commit 99ff8caCopy full SHA for 99ff8ca
.circleci/config.yml
@@ -6,7 +6,7 @@ jobs:
6
steps:
7
- run:
8
name: checking out qa framework repo
9
- command: git clone --branch master https://$GITUSER:$GITPASSWD@github.com/appirio-tech/qa-framework.git ../qa-framework
+ command: git clone --branch master https://github.com/appirio-tech/qa-framework-js.git ../qa-framework
10
- checkout
11
- restore_cache:
12
key: test-node-modules-{{ .Environment.CACHE_VERSION }}-{{ checksum "package-lock.json" }}
0 commit comments