Atlas Actions Extension for Azure DevOps

This extension provides the AtlasAction task to run atlas-action on Azure DevOps.
How to use
After installing the extension, you can add one (or more) of the tasks to your pipeline.

Here is an example pipeline that pushes the schema to Atlas Registry
trigger:
- master
pool:
vmImage: ubuntu-latest
steps:
- script: curl -sSf https://atlasgo.sh | sh
displayName: Install Atlas
- script: atlas login --token $(ATLAS_TOKEN)
displayName: Atlas Login
- task: AtlasAction@1
inputs:
action: 'schema push'
config: 'file://atlas.hcl'
env: 'azure'
schema_name: 'azure-devops'
Features
- Support for running Atlas-Actions on Azure DevOps (only Linux runner).
- Reporting lint results back to Pull Request on GitHub.
- Currently, only GitHub is supported as SCM.
Support
Need help? File issues on the Atlas Issue Tracker or join our Discord server.
| |