Verified Commit efde457f authored by Jim Newsome's avatar Jim Newsome
Browse files

cache paths must be an array

parent 6c4c0b1d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -122,7 +122,8 @@ tornettools-stage:
  cache:
    # Cache metrics downloads
    key: $CI_JOB_NAME-$DATA_MONTH
    paths: jobs/network-data
    paths:
      - jobs/network-data
  script:
    - apt-get install -y bsdmainutils python3 python3-pip wget xz-utils
    - export DATA_DAYS=$(cal -d $DATA_MONTH | awk 'NF {DAYS = $NF}; END {print DAYS}')