Skip to content

Commit

Permalink
Merge branch 'main' into vultr-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Jul 19, 2023
2 parents db145bc + e94adc5 commit f4a34d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on: push
jobs:
commitlint:
runs-on: ubuntu-latest

steps:

- name: Checkout the code
uses: actions/checkout@main
with:
fetch-depth: 0

- name: Lint the commits
uses: wagoid/commitlint-github-action@v5
with:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ env:
ARGO_VERSION: v3.4.1
CONTAINER_REGISTRY_URL: 'public.ecr.aws/kubefirst'

concurrency: ci-release-docs

on:
push:
branches:
Expand All @@ -22,12 +20,16 @@ jobs:
if: ${{ github.actor != 'kube1st' }}
runs-on: self-hosted
steps:

- name: Wait for other releases processes to finish
uses: ahmadnassri/[email protected]

- name: Setup Runner for Argo
run: |
cd $HOME
cd "$HOME"
echo "Install argo"
# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/${ARGO_VERSION}/argo-linux-amd64.gz
curl -sLO "https://github.com/argoproj/argo-workflows/releases/download/${ARGO_VERSION}/argo-linux-amd64.gz"
# Unzip
gunzip argo-linux-amd64.gz
# Make binary executable
Expand Down

0 comments on commit f4a34d2

Please sign in to comment.