Skip to content

Commit 6958098

Browse files
committed
ci: mv master-package.sh upload-packages.sh
Signed-off-by: Unai Martinez-Corral <[email protected]>
1 parent 676cfa2 commit 6958098

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

ci/wait-for-statuses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
scripts_dir = Path(environ['CI_SCRIPTS_PATH'])
3737

3838
if environ.get('GITHUB_REF', '') == 'refs/heads/master':
39-
check_call(scripts_dir / "master-package.sh")
39+
check_call(scripts_dir / "upload-packages.sh")
4040

4141
check_call(scripts_dir / "cleanup-anaconda.sh")

0 commit comments

Comments
 (0)