Merge remote-tracking branch 'upstream/release-8.1' into release-8.5
This commit is contained in:
commit
58b0f3a50d
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -11,8 +11,8 @@ jobs:
|
|||
- name: Run script
|
||||
shell: bash
|
||||
run: |
|
||||
chmod +x ./build-scripts/ci-build.sh
|
||||
./build-scripts/ci-build.sh
|
||||
chmod +x ./build/ci-build.sh
|
||||
./build/ci-build.sh
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: lamassu-server.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
docker build -t build:latest -f build-scripts/Dockerfile.ci build-scripts/Dockerfile.ci .
|
||||
docker build -t build:latest -f build/Dockerfile.ci .
|
||||
|
||||
id=$(docker create build)
|
||||
docker cp $id:/lamassu-server.tar.gz ./lamassu-server.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue