/demo-cloud-native-rejekts-na-2023-dagger

Demo: Future-Proof Your Platform’s CI/CD Without Developers Noticing a Thing (Except Unicorns and Rainbows)

Primary LanguageGo

Demo: Future-Proof Your Platform’s CI/CD Without Developers Noticing a Thing (Except Unicorns and Rainbows)

Development

  1. Download Dagger: make bin/dagger
  2. Write some code (and tests)
  3. Build the app: make build
  4. Run tests: make test
  5. Run lint: make lint
  6. Commit and push

Pro tip: Use dagger call ci to run the entire CI pipeline locally.