Browse Source

one more update to web push - [skip actions]

Sebastien 2 years ago
parent
commit
fbd9516667
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/build_tools.py

+ 1 - 1
docker/build_tools.py

@@ -889,7 +889,7 @@ def push_if_change(repo: Repository, token: str, source_path: str, manif_json):
             if push_with_method(auth_methods, token, remote, [reference]):
                 print(f'::notice Web installer updated for {format_artifact_from_manifest(manif_json)}')
                 return
-            
+        raise Exception('Unable to push web installer.')    
 
     else:
         print(f'WARNING: No change found. Skipping update')