Skip to content

fix(deployment-project): fetch artifacts in monitor

Sylvester Chin requested to merge sc1-fix-monitor into main

What

The monitor job has been broken for some time (see example job). This is because runwayctl is trying to determine the path to the Runway manifest file but because it doesn't have the artifact ZIP file, it doesn't have the Runway YAML files.

Fix: this MR adds a line into monitor job's script to import and unzip the artifacts from the service project.

See example of:

Why

To fix the monitor job:

team#301 (closed)

Edited by Gonzalo Servat

Merge request reports