Skip to content

Commit

Permalink
Less is More (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen authored Dec 29, 2023
1 parent 0f1dd2a commit 257a700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/buildService.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,9 @@ jobs:
- name: Prepare StartOS SDK
uses: Start9Labs/sdk@v1

- name: Checkout cross build
uses: actions/checkout@v2
with:
repository: Start9Labs/rust-musl-cross
path: rust-musl-cross

- name: Build rust-musl-builder
run: |
chmod a+x rust-musl-cross/build.sh
cd rust-musl-cross
./build.sh
shell: bash

- name: Build md-packer
run: cargo install --git=https://github.com/Start9Labs/md-packer.git --branch=main

- name: Checkout services repository
uses: actions/checkout@v3

- name: Build the service package
id: build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaseService.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
PACKAGE_ID=${{ steps.package.outputs.package_id }}
echo "## What's Changed" > change-log.txt
yq e '.release-notes' manifest.yaml >> change-log.txt
yq -oy '.release-notes' manifest.* >> change-log.txt
echo "## SHA256 Hash" >> change-log.txt
echo '```' >> change-log.txt
sha256sum ${PACKAGE_ID}.s9pk >> change-log.txt
Expand Down

0 comments on commit 257a700

Please sign in to comment.