Skip to content

Commit

Permalink
Merge pull request #513 from kosenda/fix/ci-remove-mkdir
Browse files Browse the repository at this point in the history
[ci] remove mkdir
  • Loading branch information
kosenda authored Mar 20, 2024
2 parents eb878c3 + d9876d1 commit 6ac946f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ jobs:
echo $(date +%s) >> timestamp
git add timestamp
mkdir .circleci
echo -e "version: 2.1\njobs:\n no-op:\n machine: true\n steps:\n - run: no-op\nworkflows:\n build:\n jobs:\n - no-op:\n filters:\n branches:\n only: no-op" > .circleci/config.yml
git add .circleci/config.yml
Expand Down

0 comments on commit 6ac946f

Please sign in to comment.