Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
firstline1
titleAbandon Changes
linenumberstrue
echo -------------------------------
set PATH=%PATH%;C:\apps\Datical\repl
hammer statusDetails STAGE

hammer changelogSync STAGE --pipeline="%daticalPipeline%" --labels="%hotfixLabel%"
hammer statusDetails STAGE


hammer statusDetails PRODcall hammer changelogSync PROD
--pipeline="%daticalPipeline%" --labels="%hotfixLabel%"
hammer changelogSync PROD --pipeline="%daticalPipeline%" --labels="%hotfixLabel%"
hammer statusDetails PROD


echo -------------------------------

...