Skip to content

Instantly share code, notes, and snippets.

@sheeley
Created October 24, 2016 16:11
Show Gist options
  • Save sheeley/d20a67d2cce87a2b6ffde4bb7ac37905 to your computer and use it in GitHub Desktop.
Save sheeley/d20a67d2cce87a2b6ffde4bb7ac37905 to your computer and use it in GitHub Desktop.
Updating Circle
# ssh to circleci.fanaticslabs.com
circleci dev-console
;; replace "3c-services/experience" with "organization/repo"
;; replace 800 with whatever number you want the NEXT build to be
(-> "3c-services/experience" circle.vcs/->vcs-url project/find-one-by-vcs_url (project/set-fields! {:next_build_seq 800}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment