Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 1013 Bytes

README.adoc

File metadata and controls

27 lines (18 loc) · 1013 Bytes

README

Important
Archived

This repository has been moved to a new repository. Please submit updates there.

Older Artemis that still use the existing container images will remain working as the images are part of the user namespace and therefore remain accessible.

Provides the Docker image that is used in Artemis to run the automatic tests for Haskell exercises.

Updating

When updating the Stack resolver version, a new tag named vMAJOR.MINOR.0 has to be published.

In Artemis, the Docker image reference has to be changed in src/main/resources/config/application.yml. The Stack version has to be updated in a few places:

  • src/main/resources/templates/haskell/exercise/stack.yaml

  • src/main/resources/templates/haskell/solution/stack.yaml

  • src/main/resources/templates/haskell/test/stack.yaml