Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openwisp/openwrt-openwisp-monitoring
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6b0a9ce0ec18bd5398766d087f1462a1985d747d
Choose a base ref
..
head repository: openwisp/openwrt-openwisp-monitoring
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cab16476a4aebdf2e5b09f4808abbc47484133f3
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/ci.yml
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ jobs:
export_default_credentials: true

- name: Upload compiled packages to downloads.openwisp.io
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
if: ${{ github.event_name == 'push' }}
run: gsutil -m rsync -r ${{ env.SRC_URL }} ${{ env.DST_URL }}
env:
SRC_URL: ${{ env.DOWNLOADS_DIR }}/${{ env.START_TIME }}/openwisp