Skip to content

Commit

Permalink
chore: test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
SnakeSVx committed Mar 16, 2021
1 parent cd514b4 commit 57e4124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -e

./gradlew publishPlugins -Dgradle.publish.key=${GRADLE_PUBLISH_KEY} -Dgradle.publish.secret=${GRADLE_PUBLISH_SECRET} -PorchidEnvironment=prod -Prelease
../gradlew publishPlugins -b orchidPlugin/build.gradle.kts -Dgradle.publish.key=${GRADLE_PUBLISH_KEY} -Dgradle.publish.secret=${GRADLE_PUBLISH_SECRET} -PorchidEnvironment=prod -Prelease
4 changes: 2 additions & 2 deletions buildSrc/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ set -e

if [ "$1" = "release" ]; then
echo "[Gradle Plugin] Test Release"
./gradlew build -Prelease
../gradlew build -b orchidPlugin/build.gradle.kts -Prelease
else
echo "[Gradle Plugin] Test Debug"
./gradlew build
../gradlew build -b orchidPlugin/build.gradle.kts
fi

0 comments on commit 57e4124

Please sign in to comment.