Skip to content

Commit

Permalink
ci and release notes paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tico24 committed Mar 7, 2023
1 parent 0c66d4d commit 5047250
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
permissions:
contents: write # for peter-evans/create-pull-request to create branch
pull-requests: write # for peter-evans/create-pull-request to create a PR
if: github.repository == 'argoproj/argo-workflows'
if: github.repository == 'pipekit/argo-workflows'
runs-on: ubuntu-latest
name: Generate changelog
steps:
Expand All @@ -30,4 +30,4 @@ jobs:
title: 'docs: updated CHANGELOG.md'
commit-message: 'docs: updated CHANGELOG.md'
branch: create-pull-request/changelog
signoff: true
signoff: true
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
tags: quay.io/argoproj/argoexec:latest
tags: quay.io/pipekitdev/argoexec:latest
outputs: type=docker,dest=/tmp/argoexec_image.tar
target: argoexec
cache-from: type=gha
Expand Down Expand Up @@ -221,8 +221,8 @@ jobs:
docker pull openapitools/openapi-generator-cli:v5.2.1 &
- name: Create links
run: |
mkdir -p /home/runner/go/src/github.com/argoproj
ln -s "$PWD" /home/runner/go/src/github.com/argoproj/argo-workflows
mkdir -p /home/runner/go/src/github.com/pipekit
ln -s "$PWD" /home/runner/go/src/github.com/pipekit/argo-workflows
- run: make codegen -B STATIC_FILES=false
- run: git diff --exit-code

Expand Down
6 changes: 3 additions & 3 deletions hack/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Available via `curl`

```bash
# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/${version}/argo-darwin-amd64.gz
curl -sLO https://github.com/pipekit/argo-workflows/releases/download/${version}/argo-darwin-amd64.gz

# Unzip
gunzip argo-darwin-amd64.gz
Expand All @@ -39,7 +39,7 @@ Available via `curl`

```bash
# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/${version}/argo-linux-amd64.gz
curl -sLO https://github.com/pipekit/argo-workflows/releases/download/${version}/argo-linux-amd64.gz

# Unzip
gunzip argo-linux-amd64.gz
Expand All @@ -58,5 +58,5 @@ argo version

```bash
kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/${version}/install.yaml
kubectl apply -n argo -f https://github.com/pipekit/argo-workflows/releases/download/${version}/install.yaml
```

0 comments on commit 5047250

Please sign in to comment.