Skip to content

Commit 99ff8ca

Browse files
authored
Update config.yml
1 parent 8a265f8 commit 99ff8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- run:
88
name: checking out qa framework repo
9-
command: git clone --branch master https://$GITUSER:$GITPASSWD@github.com/appirio-tech/qa-framework.git ../qa-framework
9+
command: git clone --branch master https://github.com/appirio-tech/qa-framework-js.git ../qa-framework
1010
- checkout
1111
- restore_cache:
1212
key: test-node-modules-{{ .Environment.CACHE_VERSION }}-{{ checksum "package-lock.json" }}

0 commit comments

Comments
 (0)