Skip to content

Commit 9dfb534

Browse files
committed
* chore: bump to version 0.4.1
* chore: integration-tests graphql-server template should be ignored * fix: integration-tests should clone using https
1 parent 77a59d3 commit 9dfb534

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: docker/integration_test_run/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# graphql-server instances
22
servers/
3+
graphql-server/

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-server-model-codegen",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Command line utility which auto-generates code to setup and run a Science-DB GraphQL web-server. See sciencedb.github.io.",
55
"repository": {
66
"type": "git",

Diff for: test/sh_integration_test_run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ setupTestingEnvironment() {
497497
# Clone graphql-server and checkout the feature branch
498498
git clone \
499499
--branch $TARGET_BRANCH \
500-
git@github.com:Zendro-dev/graphql-server.git \
500+
https://github.com/Zendro-dev/graphql-server.git \
501501
$MAIN_SERVER
502502

503503
# Force "node-jq" to use the docke image "jq"

0 commit comments

Comments
 (0)