Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
C
clean-build
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • clean-and-itasks
  • clean-build
  • Merge Requests
  • !3

The source project of this merge request has been removed.
Merged
Opened Oct 04, 2017 by Matheus Andrade@m.andradeContributor

Fixed the iTaks environment files generation

  • Overview 0
  • Changes 3

There was a tiny bug with the build scripts for clean-bundle-itasks. The portion of the script that is responsible for merging the environment files into one was always cutting the first three lines of each environment file, removing the "Environment" line, which is responsible for marking the declaration of a new environment. This caused the clean-bundle-istasks to have only one environment declared and many "EnvironmentName" dictionary entries, which caused unwanted behavior.

On clean-bundle-complete, the build scripts strips only 2 lines and as a consequence, the bug isn't present on that package.

The fix just replaces "tail -n +3" by "tail -n +2" in the build scripts for both windows, linux and macos.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: clean-and-itasks/clean-build!3
Source branch: itasks-env-fix