ci: disable building alr-bin
This commit is contained in:
@ -84,31 +84,31 @@ jobs:
|
|||||||
sed -i "s/version='[0-9]\+\.[0-9]\+\.[0-9]\+'/version='${{ env.VERSION }}'/g" alr-default/alr-bin/alr.sh
|
sed -i "s/version='[0-9]\+\.[0-9]\+\.[0-9]\+'/version='${{ env.VERSION }}'/g" alr-default/alr-bin/alr.sh
|
||||||
sed -i "s/release='[0-9]\+'/release='1'/g" alr-default/alr-bin/alr.sh
|
sed -i "s/release='[0-9]\+'/release='1'/g" alr-default/alr-bin/alr.sh
|
||||||
|
|
||||||
- name: Install alr
|
# - name: Install alr
|
||||||
run: |
|
# run: |
|
||||||
make install
|
# make install
|
||||||
|
#
|
||||||
|
# # temporary fix
|
||||||
|
# groupadd wheel
|
||||||
|
# usermod -aG wheel root
|
||||||
|
|
||||||
# temporary fix
|
# - name: Build packages
|
||||||
groupadd wheel
|
# run: |
|
||||||
usermod -aG wheel root
|
# SCRIPT_PATH=alr-default/alr-bin/alr.sh
|
||||||
|
# ALR_DISTRO=altlinux ALR_PKG_FORMAT=rpm alr build -s "$SCRIPT_PATH"
|
||||||
|
# ALR_PKG_FORMAT=rpm alr build -s "$SCRIPT_PATH"
|
||||||
|
# ALR_PKG_FORMAT=deb alr build -s "$SCRIPT_PATH"
|
||||||
|
# ALR_PKG_FORMAT=archlinux alr build -s "$SCRIPT_PATH"
|
||||||
|
|
||||||
- name: Build packages
|
# - name: Upload assets
|
||||||
run: |
|
# uses: akkuman/gitea-release-action@v1
|
||||||
SCRIPT_PATH=alr-default/alr-bin/alr.sh
|
# with:
|
||||||
ALR_DISTRO=altlinux ALR_PKG_FORMAT=rpm alr build -s "$SCRIPT_PATH"
|
# body: ${{ steps.changes.outputs.changes }}
|
||||||
ALR_PKG_FORMAT=rpm alr build -s "$SCRIPT_PATH"
|
# files: |-
|
||||||
ALR_PKG_FORMAT=deb alr build -s "$SCRIPT_PATH"
|
# alr-bin+alr-default_${{ env.VERSION }}-1.red80_amd64.deb \
|
||||||
ALR_PKG_FORMAT=archlinux alr build -s "$SCRIPT_PATH"
|
# alr-bin+alr-default-${{ env.VERSION }}-1-x86_64.pkg.tar.zst \
|
||||||
|
# alr-bin+alr-default-${{ env.VERSION }}-1.red80.x86_64.rpm \
|
||||||
- name: Upload assets
|
# alr-bin+alr-default-${{ env.VERSION }}-alt1.x86_64.rpm
|
||||||
uses: akkuman/gitea-release-action@v1
|
|
||||||
with:
|
|
||||||
body: ${{ steps.changes.outputs.changes }}
|
|
||||||
files: |-
|
|
||||||
alr-bin+alr-default_${{ env.VERSION }}-1.red80_amd64.deb \
|
|
||||||
alr-bin+alr-default-${{ env.VERSION }}-1-x86_64.pkg.tar.zst \
|
|
||||||
alr-bin+alr-default-${{ env.VERSION }}-1.red80.x86_64.rpm \
|
|
||||||
alr-bin+alr-default-${{ env.VERSION }}-alt1.x86_64.rpm
|
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user