Changeset 773e45a in mod_gnutls
- Timestamp:
- May 12, 2020, 2:41:18 PM (10 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 2e96cec
- Parents:
- d7ae3ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/build.yml
rd7ae3ed r773e45a 35 35 ip addr show 36 36 cat /etc/hosts 37 - name: set prefix for container-specific artifacts 38 # this is because upload-artifact doesn't like ":" in file names 39 run: | 40 echo "::set-env name=artifact_prefix::$(echo debian:sid | sed s/:/-/)" 37 41 - name: autoreconf 38 42 run: autoreconf -fiv … … 53 57 if: failure() || cancelled() 54 58 with: 55 name: ${{ matrix.container}}-apache-logs59 name: ${{ env.artifact_prefix }}-apache-logs 56 60 path: test/logs/ 57 61 - name: store test log if cancelled … … 59 63 if: cancelled() 60 64 with: 61 name: ${{ matrix.container}}-test-log65 name: ${{ env.artifact_prefix }}-test-log 62 66 path: test/test-00_basic.log 63 67 - name: make distcheck
Note: See TracChangeset
for help on using the changeset viewer.