Skip to content

Commit 1c78d8f

Browse files
committed
fix: make this work with tagged branches
1 parent 0d12661 commit 1c78d8f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.circleci/doTests.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,13 @@ do
105105

106106
#gradle properties overrides
107107
export _JAVA_OPTIONS="-Xms1g -Xmx4g"
108-
echo -e "org.gradle.jvmargs=-Xms1g -Xmx4g -XX:+UseContainerSupport" > gradle.properties
109-
echo -e "org.gradle.daemon=false" >> gradle.properties
110-
#echo -e "org.gradle.logging.level=debug" >> gradle.properties # remove this after discovering the issue
111-
112108

113109
cd supertokens-core
114-
git checkout test-cicd/mysql8-upgrade
110+
git checkout $coreVersionTag
115111
cd ../supertokens-plugin-interface
116112
git checkout $currTag
117113
cd ../supertokens-postgresql-plugin
118-
#git checkout dev-v$pluginVersion
119-
git checkout "test-cicd/upgrade-postgresql-to-13"
114+
git checkout dev-v$pluginVersion
120115
cd ../
121116
echo $SUPERTOKENS_API_KEY > apiPassword
122117
./startTestingEnv --cicd

0 commit comments

Comments
 (0)