Skip to content

Commit

Permalink
debug release ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
worldemar committed Jan 28, 2025
1 parent c900d19 commit 5d6d286
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ jobs:
run: |
rm -rf docs
mv bundles docs
git checkout -- docs/_config.yml
ls -la docs
sudo git checkout -- docs/_config.yml
ls -la docs
docker run --rm -v .:/src -w /src qrapps:ci release.py
tree /f docs
ls -la docs
- name: release
run: |
git config --global user.email "woldemar@mimas.ru"
git config --global user.name "Vladimir Looze"
git add docs
git commit -m "release new bundles"
git push origin main
# git push origin main

10 changes: 2 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,12 @@
#
# Check code quality:
# docker run --rm -it -v .:/src -w /src --entrypoint=prospector qrapps:ci
#
# Convert everything to QR codes:
# docker run --rm -it -v .:/src -w /src qrapps:ci qrs.py --htmldirs=apps --builddir=bundles
#
# Convert single app to QR code:
# docker run --rm -it -v .:/src -w /src qrapps:ci qr.py --htmldir=apps/demo-clock --builddir=bundles
#
# Then run commands from within the build environment, for example
# docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl autoreconf -fi
# docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./configure --without-ssl --without-libpsl
# docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl make
# docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./scripts/maketgz 8.7.1
# Convert everything to QR codes:
# docker run --rm -it -v .:/src -w /src qrapps:ci qrs.py --htmldirs=apps --builddir=bundles

from debian:12

Expand Down

0 comments on commit 5d6d286

Please sign in to comment.