Skip to content

Commit

Permalink
pes
Browse files Browse the repository at this point in the history
  • Loading branch information
novakfi8 committed Aug 22, 2024
1 parent c60a768 commit 0478b25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ros_package_build_filip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,13 @@ jobs:
apt-get update -q -y
apt-get upgrade -q -y
apt-get install -y sudo git curl wget lsb-release ca-certificates
sudo update-ca-certificates --fresh
# Produce a binary artifact and place it in the mounted volume
run: |
git config --global --add safe.directory "*"
/tmp/repository/.ci_scripts/package_build/build_package.sh /tmp/repository /tmp/artifacts
export SSL_CERT_DIR=/etc/ssl/certs
- name: Deploy
run: .ci_scripts/package_build/push_to_ppa.sh unstable /tmp/artifacts

0 comments on commit 0478b25

Please sign in to comment.