Skip to content

Commit

Permalink
Auto generated from templates by gromit
Browse files Browse the repository at this point in the history
  • Loading branch information
Gromit committed Mar 19, 2024
1 parent 1c28c84 commit 752bfdd
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 12 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Generated by: gromit policy
# Generated on: Mon Mar 11 11:43:04 UTC 2024

# Distribution channels covered by this workflow
# - Ubuntu and Debian
Expand Down Expand Up @@ -271,15 +270,15 @@ jobs:
name: docker-compose-logs-api-${{ matrix.db }}-${{ matrix.conf }}-${{ github.run_id }}
path: ${{ github.workspace }}/docker-compose-api.log
retention-days: 3
override: true
overwrite: true
- name: Archive Integration tests report
if: always()
uses: actions/upload-artifact@v4
with:
name: api-test-report-${{ matrix.db }}-${{ matrix.conf }}-${{ github.run_id }}
retention-days: 3
path: ${{ github.workspace }}/reports
override: true
overwrite: true
- name: Fetch commit author
if: failure() && steps.test_execution.outcome != 'success' && github.event_name == 'push'
env:
Expand Down
2 changes: 0 additions & 2 deletions ci/Dockerfile.std
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Generated by: gromit policy
# Generated on: Mon Mar 11 11:43:04 UTC 2024

FROM debian:bullseye-slim
ARG TARGETARCH
Expand All @@ -17,7 +16,6 @@ RUN rm -fv /usr/bin/passwd /usr/sbin/adduser || true
RUN rm -rf /root/.cache \
&& apt-get -y autoremove \
&& apt-get clean \
&& rm -rf /usr/include/* \
&& find /usr/lib -type f -name '*.a' -o -name '*.o' -delete

# Comment this to test in dev
Expand Down
1 change: 0 additions & 1 deletion ci/bin/pc.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

# Generated by: gromit policy
# Generated on: Mon Mar 11 11:43:04 UTC 2024

# goreleaser calls a custom publisher for each artefact packagecloud
# expects the distro version when pushing this script bridges both by
Expand Down
1 change: 0 additions & 1 deletion ci/bin/unlock-agent.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash

# Generated by: gromit policy
# Generated on: Mon Mar 11 11:43:04 UTC 2024

# Get the GPG fingerprint with gpg --with-keygrip --list-secret-keys
if [[ -z "${PKG_SIGNING_KEY}" || -z "${NFPM_STD_PASSPHRASE}" || -z "${GPG_FINGERPRINT}" ]]; then
Expand Down
1 change: 0 additions & 1 deletion ci/goreleaser/goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Generated by: gromit policy
# Generated on: Mon Mar 11 11:43:04 UTC 2024

# Check the documentation at http://goreleaser.com
# This project needs CGO_ENABLED=1 and the cross-compiler toolchains for
Expand Down
1 change: 0 additions & 1 deletion ci/install/before_install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

# Generated by: gromit policy
# Generated on: Mon Mar 11 11:43:04 UTC 2024

echo "Creating user and group..."
GROUPNAME="tyk"
Expand Down
1 change: 0 additions & 1 deletion ci/install/post_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@


# Generated by: gromit policy
# Generated on: Mon Mar 11 11:43:04 UTC 2024

# If "True" the install directory ownership will be changed to "tyk:tyk"
change_ownership="True"
Expand Down
1 change: 0 additions & 1 deletion ci/install/post_remove.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/sh

# Generated by: gromit policy
# Generated on: Mon Mar 11 11:43:04 UTC 2024


cleanRemove() {
Expand Down
1 change: 0 additions & 1 deletion ci/install/post_trans.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/sh

# Generated by: gromit policy
# Generated on: Mon Mar 11 11:43:04 UTC 2024

if command -V systemctl >/dev/null 2>&1; then
if [ ! -f /lib/systemd/system/tyk-pump.service ]; then
Expand Down

0 comments on commit 752bfdd

Please sign in to comment.