-
You may add a checkout step, and switch to old tag in a command step defined later:
git fetch origin tag:tag git checkout tag // build your stuffThis should only considered for casual case, as code and its build/deployment logic should in same commit to make best use of "code as configuration"
-
Previous Value Current Value Open
Closed
| Type |
Question
|
| Priority |
Minor
|
| Assignee |
Issue Votes (0)
Hello, I have got a question. I do a have a repository, now I want to build an old tag. I tagged the repository before adding the build file. Am I somehow able to build the former state?
Best regards