Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • C csv-parser
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • Data Flow
  • Data IngestionData Ingestion
  • csv-parser
  • csv-parser
  • Merge requests
  • !272

AWS master yaml test

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged John Gilday requested to merge aws-master-yaml-test into master Aug 11, 2022
  • Overview 0
  • Commits 4
  • Pipelines 2
  • Changes 1

Invalid YAML: 'aws-containerize' job needs 'aws-test-java' job, but 'aws-test-java' is not in any previous stage.

The AWS check for 'true' caused the aws-test-java stage to not be included. By using a check of AWS being set to '1' the stage will now be included.

This is a small change. updating $AWS == 'true' to $AWS == '1' in the gitlab-ci.yml

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: aws-master-yaml-test