Skip to content

Commit

Permalink
mkdir -p
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahzimmerman-caci committed Jan 8, 2025
1 parent ab24b47 commit b32fce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ stages:

.install_yarn: &install_yarn
- |
mkdir /builds/milmove/mymove/.cache
mkdir /builds/milmove/mymove/.cache/yarn
mkdir -p /builds/milmove/mymove/.cache
mkdir -p /builds/milmove/mymove/.cache/yarn
yarn install --frozen-lockfile --cache-folder /builds/milmove/mymove/.cache/yarn
scripts/check-generated-code yarn.lock
echo "yarn check dependencies"
Expand Down

0 comments on commit b32fce2

Please sign in to comment.