Skip to content

Commit

Permalink
Fix API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Jan 4, 2024
1 parent 41d3814 commit 35d6cbb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/tcn/ci/pipeline/ci_clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def run_action(
self,
config: Dict[str, Any],
env: Environment,
metadata: Dict[str, Any],
):
super().__init__(skip_metadata=True)
work_dir = abspath(f"{env.CI_WORKSPACE}/../")
Expand All @@ -40,7 +39,6 @@ def run_action(
self,
config: Dict[str, Any],
env: Environment,
metadata: Dict[str, Any],
):
# Build GEOS
ShellScript("cancel_slurm_jobs").write(["scancel -u gmao_ci"]).execute()
Expand Down
1 change: 0 additions & 1 deletion src/tcn/ci/pipeline/ci_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def run_action(
self,
config: Dict[str, Any],
env: Environment,
metadata: Dict[str, Any],
):
super().__init__(skip_metadata=True)
ShellScript("showquota").write(
Expand Down
1 change: 0 additions & 1 deletion src/tcn/ci/pipeline/heartbeat.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def run_action(
self,
config: Dict[str, Any],
env: Environment,
metadata: Dict[str, Any],
):
pass

Expand Down
1 change: 0 additions & 1 deletion src/tcn/ci/pipeline/wip.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def run_action(
self,
config: Dict[str, Any],
env: Environment,
metadata: Dict[str, Any],
):
# Build GEOS
ShellScript(name="wip").write(
Expand Down

0 comments on commit 35d6cbb

Please sign in to comment.