Skip to content

Commit

Permalink
wip 1719922215
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Heath <[email protected]>
  • Loading branch information
Jason Heath committed Jul 2, 2024
1 parent ed1ef15 commit fb2204d
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/hab-pkg-build-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@ permissions:

jobs:

# windows-pre-build:
# runs-on: ubuntu-latest
# outputs:
# app_version: ${{ steps.app_version.outputs.APP_VERSION }}
# date: ${{ steps.date.outputs.DATE }}
# steps:
# - name: Get formated date
# id: date
# run: |
# echo "DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")" >> "$GITHUB_OUTPUT"
# - name: Get version from tag
# id: app_version
# run: |
# echo "APP_VERSION=$(git describe --tags `git rev-list --tags --max-count=1` | sed 's/^v//')" >> "$GITHUB_OUTPUT"

# These particular components
# - have a plan.sh file in their "component root"
# - don't have a habitat plan directory
Expand Down Expand Up @@ -111,7 +96,6 @@ jobs:
# - have architecture specific plan directories
arch-target-packages:
name: ${{matrix.arches}} ${{matrix.components}} hab pkg (plan file)
# needs: windows-pre-build
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit fb2204d

Please sign in to comment.