Skip to content

Commit

Permalink
ls, not la
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Jan 29, 2024
1 parent 8013895 commit b8dd33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ release:special:

script:
- echo "Checking for special release..."
- la -al packages/core
- ls -al packages/core
- ls -al ./packages/core/dist
# - |
# if [[ $CI_COMMIT_BRANCH =~ ^pr-[0-9]*$ ]]; then
Expand Down

0 comments on commit b8dd33c

Please sign in to comment.