Skip to content

Commit

Permalink
upload binaries to private jfrog repo
Browse files Browse the repository at this point in the history
also remove some old unused workflows:
- .github/workflows/tiiuae-gzebo-data.yaml
- .github/workflows/tiiuae-pixhawk-artifact-publish.yaml
  • Loading branch information
TimoSairiala committed Nov 14, 2023
1 parent 897d1fe commit 1e452cc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 350 deletions.
76 changes: 0 additions & 76 deletions .github/workflows/tiiuae-gzebo-data.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/tiiuae-pixhawk-and-saluki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
JF_ENV_1: ${{ secrets.ARTIFACTORY_CLOUD_TOKEN }}
- name: Upload px4-firmware build to Artifactory
env:
ARTIFACTORY_GEN_REPO: ssrc-gen-public-local
ARTIFACTORY_GEN_REPO: ssrc-gen-private-local
BUILD_NAME_PX4: px4-firmware
CI: true
run: |
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
pr_or_empty=""
if [ ${{ github.event_name }} == 'pull_request' ]; then
pr_or_empty="pr/"
pr_or_empty="pr/${{ github.head_ref || github.ref_name }}/"
fi
newline=$'\n'
Expand Down
271 changes: 0 additions & 271 deletions .github/workflows/tiiuae-pixhawk-artifact-publish.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/tiiuae-sitl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Upload to Artifactory (px4-sitl)
env:
ARTIFACTORY_GEN_REPO: ssrc-gen-public-local
ARTIFACTORY_GEN_REPO: ssrc-gen-private-local
BUILD_NAME: px4-sitl
CI: true
if: github.event_name == 'push'
Expand Down

0 comments on commit 1e452cc

Please sign in to comment.