File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments