Skip to content

Commit

Permalink
Sync releng templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gromit committed Jul 4, 2022
1 parent c543477 commit 96d63c8
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
@@ -1,6 +1,6 @@

# Generated by: gromit policy
# Generated on: Mon Jul 4 11:36:45 UTC 2022
# Generated on: Mon Jul 4 12:10:22 UTC 2022

version: 2
updates:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/del-env.yml
@@ -1,6 +1,6 @@

# Generated by: gromit policy
# Generated on: Mon Jul 4 11:36:45 UTC 2022
# Generated on: Mon Jul 4 12:10:22 UTC 2022

name: Retiring dev env

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
@@ -1,6 +1,6 @@

# Generated by: gromit policy
# Generated on: Mon Jul 4 11:36:45 UTC 2022
# Generated on: Mon Jul 4 12:10:22 UTC 2022


# Distribution channels covered by this workflow
Expand Down
4 changes: 2 additions & 2 deletions ci/Dockerfile.std
@@ -1,6 +1,6 @@

# Generated by: gromit policy
# Generated on: Mon Jul 4 11:36:45 UTC 2022
# Generated on: Mon Jul 4 12:10:22 UTC 2022

FROM debian:bullseye-slim
ARG TARGETARCH
Expand All @@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get dist-upgrade -y ca-certificates
# Install curl and python3
RUN apt-get install -y python3-setuptools libpython3.9 python3.9-dev \
RUN apt-get install -y curl python3-setuptools libpython3.9 python3.9-dev \
&& curl https://bootstrap.pypa.io/get-pip.py | python3 \
&& pip3 install --only-binary ":all:" grpcio protobuf==3.20.1

Expand Down
2 changes: 1 addition & 1 deletion ci/aws/byol.pkr.hcl
@@ -1,6 +1,6 @@

# Generated by: gromit policy
# Generated on: Mon Jul 4 11:36:45 UTC 2022
# Generated on: Mon Jul 4 12:10:22 UTC 2022

packer {
required_plugins {
Expand Down
3 changes: 1 addition & 2 deletions ci/goreleaser/goreleaser-el7.yml
@@ -1,5 +1,5 @@
# Generated by: gromit policy
# Generated on: Mon Jul 4 11:36:45 UTC 2022
# Generated on: Mon Jul 4 12:10:22 UTC 2022

# Check the documentation at http://goreleaser.com
# This project needs CGO_ENABLED=1 and the cross-compiler toolchains for
Expand Down Expand Up @@ -126,7 +126,6 @@ archives:
- format: binary
allow_different_binary_count: true
dockers:

# Build plugin-compiler
- ids:
- std
Expand Down
2 changes: 1 addition & 1 deletion ci/goreleaser/goreleaser.yml
@@ -1,5 +1,5 @@
# Generated by: gromit policy
# Generated on: Mon Jul 4 11:36:45 UTC 2022
# Generated on: Mon Jul 4 12:10:22 UTC 2022

# Check the documentation at http://goreleaser.com
# This project needs CGO_ENABLED=1 and the cross-compiler toolchains for
Expand Down
2 changes: 1 addition & 1 deletion ci/install/before_install.sh
@@ -1,7 +1,7 @@
#!/bin/bash

# Generated by: gromit policy
# Generated on: Mon Jul 4 11:36:45 UTC 2022
# Generated on: Mon Jul 4 12:10:22 UTC 2022

echo "Creating user and group..."
GROUPNAME="tyk"
Expand Down
2 changes: 1 addition & 1 deletion ci/install/post_install.sh
Expand Up @@ -2,7 +2,7 @@


# Generated by: gromit policy
# Generated on: Mon Jul 4 11:36:45 UTC 2022
# Generated on: Mon Jul 4 12:10:22 UTC 2022

# If "True" the install directory ownership will be changed to "tyk:tyk"
change_ownership="False"
Expand Down
2 changes: 1 addition & 1 deletion ci/install/post_remove.sh
@@ -1,7 +1,7 @@
#!/bin/sh

# Generated by: gromit policy
# Generated on: Mon Jul 4 11:36:45 UTC 2022
# Generated on: Mon Jul 4 12:10:22 UTC 2022


cleanRemove() {
Expand Down
2 changes: 1 addition & 1 deletion ci/install/post_trans.sh
@@ -1,7 +1,7 @@
#!/bin/sh

# Generated by: gromit policy
# Generated on: Mon Jul 4 11:36:45 UTC 2022
# Generated on: Mon Jul 4 12:10:22 UTC 2022

if command -V systemctl >/dev/null 2>&1; then
if [ ! -f /lib/systemd/system/tyk-gateway.service ]; then
Expand Down
2 changes: 1 addition & 1 deletion ci/terraform/outputs.tf
@@ -1,6 +1,6 @@

# Generated by: gromit policy
# Generated on: Mon Jul 4 11:36:45 UTC 2022
# Generated on: Mon Jul 4 12:10:22 UTC 2022



Expand Down

0 comments on commit 96d63c8

Please sign in to comment.