Skip to content

Commit

Permalink
fix: can't find files from bash script (#3200)
Browse files Browse the repository at this point in the history
  • Loading branch information
jess-lowe authored Feb 28, 2025
1 parent 02c3402 commit a3ec704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcp/workers/alias/run_cron.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
echo "Starting alias computation"
python3 alias_computation.py
python3 /usr/local/bin/alias_computation.py
echo "Completed alias computation"

echo "Starting upstream computation"
python3 upstream_computation.py
python3 /usr/local/bin/upstream_computation.py
echo "Completed upstream computation"

0 comments on commit a3ec704

Please sign in to comment.