summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2022-01-22 16:42:55 +0200
committerHarel Ben-Attia <harelba@gmail.com>2022-01-22 16:42:55 +0200
commit06a8b8916d8fea6f5beaf7fc8dd6f156ad098935 (patch)
treea253c9c444826faa5c38f9fd49c11fd6ff1478f1
parent2c9ba02159ce039b2612d407d7020d1c1db3227c (diff)
github actions stuff
-rw-r--r--.github/workflows/build-and-package.yaml10
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/build-and-package.yaml b/.github/workflows/build-and-package.yaml
index 715236c..6b770a8 100644
--- a/.github/workflows/build-and-package.yaml
+++ b/.github/workflows/build-and-package.yaml
@@ -49,7 +49,7 @@ jobs:
run: |
set -e -x
- echo q_version is ${{ needs.version_info.outputs.q_version }}
+ echo "outputs: ${{ needs.version_info }}"
create-man:
runs-on: ubuntu-18.04
@@ -484,14 +484,6 @@ jobs:
$process.ExitCode
exit $process.ExitCode
- test_is_release:
- needs: version_info
- runs-on: ubuntu-latest
- steps:
- - name: test1
- run: |
- echo ${{ toJson(needs.version_info) }}
-
perform-prerelease:
# We'd like artifacts to be uploaded regardless of tests succeeded or not,
# this is why the dependency here is not on test-X-packaging jobs