Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
Signed-off-by: Mihail Mihov <[email protected]>
  • Loading branch information
mishomihov00 committed Nov 25, 2024
1 parent d1d6351 commit c5c72ad
Showing 1 changed file with 0 additions and 51 deletions.
51 changes: 0 additions & 51 deletions .github/workflows/node-zxc-build-release-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,57 +100,6 @@ on:
jf-access-token:
required: true

pull_request: #REMOVE THIS AFTER TESTING
workflow_dispatch: #REMOVE THIS AFTER TESTING
inputs:
# Valid version policies are as follows: specified, branch-commit, adhoc-commit
version-policy:
description: "Version Policy:"
type: string
required: true
# Valid options are none, integration, and preview
trigger-env-deploy:
description: "Deploy to Environment:"
type: string
required: true
default: "none"
# Valid release profiles are as follows:
# - none
# - AdhocCommit
# - DevelopCommit
# - DevelopDailySnapshot
# - DevelopSnapshot
# - PrereleaseChannel
release-profile:
description: "Release Profile:"
type: string
required: true
default: "none"
new-version:
description: "New Version:"
type: string
required: false
dry-run-enabled:
description: "Perform Dry Run"
type: boolean
required: false
default: true #CHANGE THIS TO FALSE AFTER TESTING
java-distribution:
description: "Java JDK Distribution:"
type: string
required: false
default: "temurin"
java-version:
description: "Java JDK Version:"
type: string
required: false
default: "21.0.4"
gradle-version:
description: "Gradle Version:"
type: string
required: false
default: "wrapper"

defaults:
run:
shell: bash
Expand Down

0 comments on commit c5c72ad

Please sign in to comment.