Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fourkitchens/pots
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: EnsembleIQ/project_ci
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
Loading
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2.1
jobs:
update-packagist:
docker:
- image: cimg/base:2021.12
steps:
- run: "curl --request POST --url https://circleci.com/api/v2/project/github/EnsembleIQ/packages/pipeline --header \"Circle-Token: $CIRCLE_TOKEN\" --header \"content-type: application/json\" --data '{\"parameters\":{\"run_dependency_update\":true}}'"
workflows:
build:
jobs:
- update-packagist:
context:
- packagist
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/vendor/
acli
.circleci/scripts/security-updates/projects_to_update.txt
Loading