Skip to content

Commit

Permalink
[Actions] Updated .github/actions/sql/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Sep 16, 2024
1 parent 602d3f2 commit e18d550
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/actions/sql/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ inputs:
description: 'Build version'
required: true

# Octopus
OCTOPUS_DEPLOY_PACKAGE:
description: 'Package (root) to deploy'
required: false
OCTOPUS_DEPLOY_PACKAGE_ZIP:
description: 'Package (root) to deploy when zipped'
required: false

DB_FOLDER:
description: 'Folder where SQL Files live'
required: true
Expand Down Expand Up @@ -78,12 +70,3 @@ runs:
DB_REPORT: ${{github.workspace}}/update.xml
DB_FILTER: ${{inputs.DB_FOLDER}}/Filter.scpf
DOCKER_CONTENT_TRUST: 0

- name: "SQL: Zip DB for Octopus"
working-directory: ${{inputs.DB_FOLDER}}
shell: bash
run: |
mkdir -p ../package/db/state
cp -R -- * ../package/db/state
cd ../package
zip -9r "${{github.workspace}}/${{inputs.OCTOPUS_DEPLOY_PACKAGE_ZIP}}-database.${{inputs.BUILD_VERSION}}.zip" .

0 comments on commit e18d550

Please sign in to comment.