We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2303beb commit c10415eCopy full SHA for c10415e
Makefile
@@ -30,7 +30,7 @@ apptainer:
30
$(eval CONTAINER_URL=$(APPTAINER_URL))
31
32
id:
33
- @echo "test "$$USERID
+ @echo $$USERID
34
35
test:
36
$(CONTAINER_RUN) run $(CONTAINER_TEST_OPTIONS) $(CONTAINER_URL) -c $(CONTAINER_TEST_COMMAND)
0 commit comments